Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -59,6 +59,7 @@ with gr.Blocks(title="AI Research Assistant") as demo:
|
|
| 59 |
|
| 60 |
if __name__ == "__main__":
|
| 61 |
# demo.launch(server_name="0.0.0.0", server_port=8000)
|
| 62 |
-
demo.launch(debug=True, share=True)
|
|
|
|
| 63 |
|
| 64 |
# p-:8P^AduGVf2hU
|
|
|
|
| 59 |
|
| 60 |
if __name__ == "__main__":
|
| 61 |
# demo.launch(server_name="0.0.0.0", server_port=8000)
|
| 62 |
+
# demo.launch(debug=True, share=True)
|
| 63 |
+
demo.launch(debug=True)
|
| 64 |
|
| 65 |
# p-:8P^AduGVf2hU
|