Omnibus commited on
Commit
dd00039
1 Parent(s): 2fc22ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -460,7 +460,7 @@ app = gr.ChatInterface(
460
  examples=examples,
461
  concurrency_limit=20,
462
  )
463
- app.launch(server_port=7861)
464
  '''
465
  with gr.Blocks() as app:
466
  with gr.Row():
 
460
  examples=examples,
461
  concurrency_limit=20,
462
  )
463
+ app.launch()
464
  '''
465
  with gr.Blocks() as app:
466
  with gr.Row():