kristada673 commited on
Commit
8e2539f
1 Parent(s): 7995e77

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,4 +48,4 @@ def chat_response(query):
48
  if __name__ == "__main__":
49
  interface = gradio.Interface(fn=chat_response, inputs="text", outputs="text", title='Annual Reports GPT', description=description)
50
 
51
- interface.launch() #server_name="0.0.0.0", server_port=8080, share=True)
 
48
  if __name__ == "__main__":
49
  interface = gradio.Interface(fn=chat_response, inputs="text", outputs="text", title='Annual Reports GPT', description=description)
50
 
51
+ interface.launch(server_name="0.0.0.0", server_port=7860, share=True)