Spaces:
Runtime error
Runtime error
Luis Oala
commited on
Commit
·
8c239b8
1
Parent(s):
86410d4
Update app.py
Browse files
app.py
CHANGED
@@ -191,4 +191,4 @@ iface = gr.Interface(fn=sample,
|
|
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
|
|
|
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)
|