Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -22,5 +22,5 @@ header = """
|
|
| 22 |
"""
|
| 23 |
with gr.Blocks() as iface :
|
| 24 |
gr.Markdown(header)
|
| 25 |
-
gr.ChatInterface(predict)
|
| 26 |
iface.queue().launch()
|
|
|
|
| 22 |
"""
|
| 23 |
with gr.Blocks() as iface :
|
| 24 |
gr.Markdown(header)
|
| 25 |
+
gr.ChatInterface(predict,autofocus=False)
|
| 26 |
iface.queue().launch()
|