Update app.py
Browse files
app.py
CHANGED
|
@@ -15,5 +15,7 @@ def embed_widget_code():
|
|
| 15 |
''')
|
| 16 |
|
| 17 |
iface = gr.Interface(embed_widget_code, inputs={}, outputs="html",
|
| 18 |
-
|
|
|
|
|
|
|
| 19 |
iface.launch()
|
|
|
|
| 15 |
''')
|
| 16 |
|
| 17 |
iface = gr.Interface(embed_widget_code, inputs={}, outputs="html",
|
| 18 |
+
examples=[], enable_queue=True,
|
| 19 |
+
layout="unaligned", capture_session=True)
|
| 20 |
+
|
| 21 |
iface.launch()
|