vitaliy-sharandin commited on
Commit
ff39d68
1 Parent(s): 62c2fe0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,4 +34,4 @@ def generate_text(instruction, input):
34
  iface = gr.Interface(fn=generate_text, inputs=[gr.Textbox(label="Instruction"),
35
  gr.Textbox(label="Additional Input")],
36
  outputs=gr.Textbox(label="Response"))
37
- iface.launch()
 
34
  iface = gr.Interface(fn=generate_text, inputs=[gr.Textbox(label="Instruction"),
35
  gr.Textbox(label="Additional Input")],
36
  outputs=gr.Textbox(label="Response"))
37
+ iface.launch(show_error=True, debug=True, share=True)