Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -556,4 +556,4 @@ if __name__ == "__main__":
|
|
| 556 |
print("-"*(60 + len(" Intelligent Agent Starting ")) + "\n")
|
| 557 |
|
| 558 |
print("Launching Intelligent Agent Interface...")
|
| 559 |
-
demo.launch(debug=True, share=False
|
|
|
|
| 556 |
print("-"*(60 + len(" Intelligent Agent Starting ")) + "\n")
|
| 557 |
|
| 558 |
print("Launching Intelligent Agent Interface...")
|
| 559 |
+
demo.launch(debug=True, share=False)
|