Spaces:
Sleeping
Sleeping
updated rate limiter display 2
Browse files
app.py
CHANGED
|
@@ -389,4 +389,4 @@ if __name__ == "__main__":
|
|
| 389 |
print("-"*(60 + len(" App Starting ")) + "\n")
|
| 390 |
|
| 391 |
print("Launching Gradio Interface for TurboNerd Agent...")
|
| 392 |
-
demo.launch(debug=True, share=False,
|
|
|
|
| 389 |
print("-"*(60 + len(" App Starting ")) + "\n")
|
| 390 |
|
| 391 |
print("Launching Gradio Interface for TurboNerd Agent...")
|
| 392 |
+
demo.launch(debug=True, share=False, show_api=False)
|