jyo01 commited on
Commit
11567b5
·
verified ·
1 Parent(s): 5ab624f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -288,4 +288,4 @@ with gr.Blocks() as demo:
288
 
289
  chat_btn.click(fn=process_chat, inputs=[github_url_input, file_dropdown, chat_query_input], outputs=[chat_output])
290
 
291
- demo.launch(share=True)
 
288
 
289
  chat_btn.click(fn=process_chat, inputs=[github_url_input, file_dropdown, chat_query_input], outputs=[chat_output])
290
 
291
+ demo.launch(share=True, server_port=7861)