Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -83,7 +83,8 @@ demo = gr.Interface(
|
|
83 |
],
|
84 |
outputs=[
|
85 |
gr.Textbox(label="tokens/sec"),
|
86 |
-
gr.Textbox(label="εζ"),
|
|
|
87 |
],
|
88 |
title="Qwen3 Model Inference",
|
89 |
description="εΊζΌ Qwen3 ζ¨ηζη¨οΌζ―ζ΄ζθιη¨ει’θ GUIγ"
|
|
|
83 |
],
|
84 |
outputs=[
|
85 |
gr.Textbox(label="tokens/sec"),
|
86 |
+
#gr.Textbox(label="εζ"),
|
87 |
+
markdown_component = gr.Markdown(label="εεΊ")
|
88 |
],
|
89 |
title="Qwen3 Model Inference",
|
90 |
description="εΊζΌ Qwen3 ζ¨ηζη¨οΌζ―ζ΄ζθιη¨ει’θ GUIγ"
|