Spaces:
Runtime error
Runtime error
Luis Oala
commited on
Commit
·
c5b0c77
1
Parent(s):
2aabae9
Update app.py
Browse files
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 |
-
|
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)
|
|