Spaces:
Running
Running
Update app_qwen.py
Browse files- app_qwen.py +1 -2
app_qwen.py
CHANGED
|
@@ -163,8 +163,7 @@ def reset_chat():
|
|
| 163 |
# =========================================================
|
| 164 |
def build_ui():
|
| 165 |
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
| 166 |
-
|
| 167 |
-
|
| 168 |
chatbot = gr.Chatbot(
|
| 169 |
height=420,
|
| 170 |
type="tuples",
|
|
|
|
| 163 |
# =========================================================
|
| 164 |
def build_ui():
|
| 165 |
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
| 166 |
+
|
|
|
|
| 167 |
chatbot = gr.Chatbot(
|
| 168 |
height=420,
|
| 169 |
type="tuples",
|