Sirus1 commited on
Commit
c655ea8
1 Parent(s): 2553939

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -128,7 +128,9 @@ with gr.Blocks() as demo:
128
  gr.Number(label="运行时长(s)")]
129
 
130
 
131
- text_button.click(generate_answer, inputs=text_input, outputs=text_output).launch()
 
 
132
 
133
 
134
 
 
128
  gr.Number(label="运行时长(s)")]
129
 
130
 
131
+ text_button.click(generate_answer, inputs=text_input, outputs=text_output)
132
+
133
+ demo.launch()
134
 
135
 
136