Update app.py
Browse files
app.py
CHANGED
@@ -219,4 +219,5 @@ if __name__ == "__main__":
|
|
219 |
print("-"*(60 + len(" App Starting ")) + "\n")
|
220 |
|
221 |
print("Launching Gradio Interface for Basic Agent Evaluation...")
|
222 |
-
demo.launch(debug=True, share=False)
|
|
|
|
219 |
print("-"*(60 + len(" App Starting ")) + "\n")
|
220 |
|
221 |
print("Launching Gradio Interface for Basic Agent Evaluation...")
|
222 |
+
#demo.launch(debug=True, share=False)
|
223 |
+
demo.launch(debug=True, share=False, auth="huggingface", ssr=True)
|