Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -71,7 +71,7 @@ demo = gr.Interface(
|
|
71 |
],
|
72 |
outputs=[
|
73 |
gr.Textbox(label="tokens/sec"),
|
74 |
-
gr.Textbox(label="εζ"),
|
75 |
],
|
76 |
title="Qwen3 Model Inference",
|
77 |
description="εΊζΌ Qwen3 ζ¨ηζη¨οΌζ―ζ΄ζθιη¨ει’θ GUIγ"
|
|
|
71 |
],
|
72 |
outputs=[
|
73 |
gr.Textbox(label="tokens/sec"),
|
74 |
+
gr.Textbox(label="εζ", streaming=True),
|
75 |
],
|
76 |
title="Qwen3 Model Inference",
|
77 |
description="εΊζΌ Qwen3 ζ¨ηζη¨οΌζ―ζ΄ζθιη¨ει’θ GUIγ"
|