Spaces:
Sleeping
Sleeping
Fix: Runtime issue
Browse files
app.py
CHANGED
|
@@ -113,7 +113,7 @@ def main():
|
|
| 113 |
)
|
| 114 |
|
| 115 |
# Launch the demo
|
| 116 |
-
demo.launch(server_name="0.0.0.0", debug=True
|
| 117 |
|
| 118 |
|
| 119 |
if __name__ == "__main__":
|
|
|
|
| 113 |
)
|
| 114 |
|
| 115 |
# Launch the demo
|
| 116 |
+
demo.launch(server_name="0.0.0.0", debug=True)
|
| 117 |
|
| 118 |
|
| 119 |
if __name__ == "__main__":
|