Spaces:
Sleeping
Sleeping
update
Browse files- .ipynb_checkpoints/app-checkpoint.py +1 -1
- app.py +1 -1
.ipynb_checkpoints/app-checkpoint.py
CHANGED
@@ -122,4 +122,4 @@ def build_demo():
|
|
122 |
|
123 |
if __name__ == "__main__":
|
124 |
demo = build_demo()
|
125 |
-
demo.launch(
|
|
|
122 |
|
123 |
if __name__ == "__main__":
|
124 |
demo = build_demo()
|
125 |
+
demo.launch()
|
app.py
CHANGED
@@ -122,4 +122,4 @@ def build_demo():
|
|
122 |
|
123 |
if __name__ == "__main__":
|
124 |
demo = build_demo()
|
125 |
-
demo.launch(
|
|
|
122 |
|
123 |
if __name__ == "__main__":
|
124 |
demo = build_demo()
|
125 |
+
demo.launch()
|