JeCabrera commited on
Commit
ee6e2d7
verified
1 Parent(s): 5fb99ae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -6
app.py CHANGED
@@ -47,9 +47,4 @@ demo = gr.ChatInterface(
47
  )
48
 
49
  # Iniciar la app con configuraci贸n mejorada
50
- demo.launch(
51
- share=False,
52
- height=800,
53
- show_api=False,
54
- allow_flagging="never"
55
- )
 
47
  )
48
 
49
  # Iniciar la app con configuraci贸n mejorada
50
+ demo.launch()