hsuwill000 commited on
Commit
f30bfa5
Β·
verified Β·
1 Parent(s): 6df3934

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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。"