Update app.py
Browse files
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)
|