Omnibus commited on
Commit
833cd45
·
verified ·
1 Parent(s): 2fc22ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -453,14 +453,13 @@ examples =[
453
  ]
454
 
455
 
456
- app = gr.ChatInterface(
457
  fn=run,
458
  chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
459
  title="Mixtral 46.7B Powered <br> Search",
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():
 
453
  ]
454
 
455
 
456
+ gr.ChatInterface(
457
  fn=run,
458
  chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
459
  title="Mixtral 46.7B Powered <br> Search",
460
  examples=examples,
461
  concurrency_limit=20,
462
+ ).launch()
 
463
  '''
464
  with gr.Blocks() as app:
465
  with gr.Row():