Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -42,7 +42,7 @@ with gr.Blocks() as demo:
|
|
42 |
gr.Markdown("## 🧠 OpenVINO Streaming Demo with Gradio Textbox")
|
43 |
|
44 |
textbox_input = gr.Textbox(label="Prompt", lines=1, placeholder="Enter prompt here...")
|
45 |
-
textbox_output = gr.Textbox(label="Output", lines=10)
|
46 |
|
47 |
# 按鈕控制觸發推論
|
48 |
button = gr.Button("Submit")
|
|
|
42 |
gr.Markdown("## 🧠 OpenVINO Streaming Demo with Gradio Textbox")
|
43 |
|
44 |
textbox_input = gr.Textbox(label="Prompt", lines=1, placeholder="Enter prompt here...")
|
45 |
+
textbox_output = gr.Textbox(label="Output", lines=10,live=True)
|
46 |
|
47 |
# 按鈕控制觸發推論
|
48 |
button = gr.Button("Submit")
|