Update app.py
Browse files
app.py
CHANGED
|
@@ -161,8 +161,6 @@ iface = gr.Interface(
|
|
| 161 |
title=title,
|
| 162 |
description=description,
|
| 163 |
article=article,
|
| 164 |
-
examples=examples
|
| 165 |
-
enable_queue=True,
|
| 166 |
-
live=True)
|
| 167 |
|
| 168 |
-
iface.launch()
|
|
|
|
| 161 |
title=title,
|
| 162 |
description=description,
|
| 163 |
article=article,
|
| 164 |
+
examples=examples)
|
|
|
|
|
|
|
| 165 |
|
| 166 |
+
iface.launch(enable_queue=True, share=True)
|