Update Gradio app with multiple files
Browse files
app.py
CHANGED
|
@@ -29,10 +29,6 @@ with gr.Blocks(title="KAT-Dev Chat", theme=gr.themes.Soft()) as demo:
|
|
| 29 |
container=False,
|
| 30 |
scale=7
|
| 31 |
),
|
| 32 |
-
# Ensure streaming is active
|
| 33 |
-
# Setting stream_every to a small value ensures rapid updates
|
| 34 |
-
stream_every=0.1,
|
| 35 |
-
|
| 36 |
# Disable the default submit button text since we have an icon
|
| 37 |
submit_btn=True,
|
| 38 |
stop_btn=True,
|
|
|
|
| 29 |
container=False,
|
| 30 |
scale=7
|
| 31 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
| 32 |
# Disable the default submit button text since we have an icon
|
| 33 |
submit_btn=True,
|
| 34 |
stop_btn=True,
|