Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
debug build
Browse files
app.py
CHANGED
|
@@ -697,7 +697,7 @@ def main():
|
|
| 697 |
scheduler.start()
|
| 698 |
|
| 699 |
# Launch the demo
|
| 700 |
-
demo.launch(debug=True
|
| 701 |
|
| 702 |
|
| 703 |
if __name__ == "__main__":
|
|
|
|
| 697 |
scheduler.start()
|
| 698 |
|
| 699 |
# Launch the demo
|
| 700 |
+
demo.launch(debug=True)
|
| 701 |
|
| 702 |
|
| 703 |
if __name__ == "__main__":
|