Omnibus commited on
Commit
b65726f
·
verified ·
1 Parent(s): c87a550

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -386,7 +386,7 @@ iface = gr.ChatInterface(
386
  concurrency_limit=20,
387
  )
388
 
389
- iface = iface.create_interface(app)
390
  iface.launch()
391
 
392
 
 
386
  concurrency_limit=20,
387
  )
388
 
389
+ iface = iface.add_component(app)
390
  iface.launch()
391
 
392