Antonio49 commited on
Commit
8b7fb51
1 Parent(s): be4b875

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -8
app.py CHANGED
@@ -114,13 +114,9 @@ gr.ChatInterface(
114
  theme="soft",
115
  examples=examples,
116
  cache_examples=True,
117
- retry_btn="Repetir",
118
- undo_btn="Deshacer",
119
- clear_btn="Borrar",
120
- submit_btn="Enviar"
121
-
122
- )
123
-
124
- iface.launch(share=True)
125
  concurrency_limit=20,
126
  ).launch(show_api=False)
 
114
  theme="soft",
115
  examples=examples,
116
  cache_examples=True,
117
+ retry_btn="Repetir",
118
+ undo_btn="Deshacer",
119
+ clear_btn="Borrar",
120
+ submit_btn="Enviar",
 
 
 
 
121
  concurrency_limit=20,
122
  ).launch(show_api=False)