rukeshpaudel commited on
Commit
723ffd1
Β·
1 Parent(s): 9b455d8

Chatbot Scaffold

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,5 +58,5 @@ with gr.Blocks() as demo:
58
 
59
  demo.queue()
60
  if __name__ == "__main__":
61
- demo.launch()
62
 
 
58
 
59
  demo.queue()
60
  if __name__ == "__main__":
61
+ demo.launch(server_port=7860)
62