ChatbotML commited on
Commit
1183947
·
verified ·
1 Parent(s): 22a7cc0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,4 +43,4 @@ iface = gr.Interface(launch,
43
  outputs="text",
44
  title=titulo, description=descripcion)
45
 
46
- iface.launch()
 
43
  outputs="text",
44
  title=titulo, description=descripcion)
45
 
46
+ iface.launch(show_api=False)