Spaces:
Running
Running
Update app.py
Browse files
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()
|
|
|
|
|
|
|
|
|
|