Bachir00 commited on
Commit
5600a33
·
1 Parent(s): e6a664a

Initial commit for Hugging Face Space

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -58,6 +58,7 @@ with gr.Blocks(title="AI Research Assistant") as demo:
58
  run_button.click(run_research, inputs=input_box, outputs=output_box)
59
 
60
  if __name__ == "__main__":
61
- demo.launch(server_name="0.0.0.0", server_port=8000)
 
62
 
63
  # p-:8P^AduGVf2hU
 
58
  run_button.click(run_research, inputs=input_box, outputs=output_box)
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