Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -218,7 +218,7 @@ def main():
|
|
| 218 |
|
| 219 |
while True:
|
| 220 |
try:
|
| 221 |
-
demo.launch(
|
| 222 |
except OSError:
|
| 223 |
gr.close_all()
|
| 224 |
except KeyboardInterrupt:
|
|
|
|
| 218 |
|
| 219 |
while True:
|
| 220 |
try:
|
| 221 |
+
demo.launch()
|
| 222 |
except OSError:
|
| 223 |
gr.close_all()
|
| 224 |
except KeyboardInterrupt:
|