acecalisto3 commited on
Commit
6960b71
·
verified ·
1 Parent(s): db57cfa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -367,8 +367,6 @@ gr.ChatInterface(
367
  concurrency_limit=20,
368
  with gr.Blocks() as ifacea:
369
  gr.HTML("""TEST""")
370
- ifacea.launch()
371
- ).launch()
372
  with gr.Blocks() as iface:
373
  chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
374
  chatbot=gr.Chatbot()
 
367
  concurrency_limit=20,
368
  with gr.Blocks() as ifacea:
369
  gr.HTML("""TEST""")
 
 
370
  with gr.Blocks() as iface:
371
  chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
372
  chatbot=gr.Chatbot()