Luis Oala commited on
Commit
c5b0c77
·
1 Parent(s): 2aabae9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -190,6 +190,5 @@ iface = gr.Interface(fn=sample,
190
  inputs=gr.inputs.Textbox(label='enter text'),
191
  outputs=gr.outputs.Image(type="pil", label="model input + completions"),
192
  title=title,
193
- description=description,
194
- enable_queue=True)
195
- iface.launch(debug=True)
 
190
  inputs=gr.inputs.Textbox(label='enter text'),
191
  outputs=gr.outputs.Image(type="pil", label="model input + completions"),
192
  title=title,
193
+ description=description)
194
+ iface.launch(debug=True,enable_queue=True, show_error=True,share=True)