Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -381,5 +381,6 @@ def ui():
|
|
| 381 |
if __name__ == "__main__":
|
| 382 |
demo = ui()
|
| 383 |
# gr.close_all()
|
|
|
|
| 384 |
demo.queue(api_open=False)
|
| 385 |
demo.launch()
|
|
|
|
| 381 |
if __name__ == "__main__":
|
| 382 |
demo = ui()
|
| 383 |
# gr.close_all()
|
| 384 |
+
# restart
|
| 385 |
demo.queue(api_open=False)
|
| 386 |
demo.launch()
|