Spaces:
Runtime error
Runtime error
pengdaqian
commited on
Commit
·
c2defff
1
Parent(s):
d457bf4
fix
Browse files
app.py
CHANGED
@@ -382,7 +382,7 @@ def main():
|
|
382 |
cache_examples=True,
|
383 |
)
|
384 |
|
385 |
-
app.launch(
|
386 |
except KeyboardInterrupt:
|
387 |
app.close()
|
388 |
sys.exit(0)
|
|
|
382 |
cache_examples=True,
|
383 |
)
|
384 |
|
385 |
+
app.launch()
|
386 |
except KeyboardInterrupt:
|
387 |
app.close()
|
388 |
sys.exit(0)
|