Raghuan commited on
Commit
4af9515
·
verified ·
1 Parent(s): e9cf2e9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -477,4 +477,4 @@ with gr.Blocks(css=CSS, theme=gr.themes.Soft(text_size=sizes.text_md)) as demo:
477
 
478
  next_p1.click(check_validity_and_llm, session_states, tabs)
479
  if __name__ == "__main__":
480
- demo.launch()
 
477
 
478
  next_p1.click(check_validity_and_llm, session_states, tabs)
479
  if __name__ == "__main__":
480
+ demo.launch(server_port=7861)