hsuwill000 commited on
Commit
a781bb8
·
verified ·
1 Parent(s): f123151

Update app.py

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