GCLing commited on
Commit
57ef273
·
verified ·
1 Parent(s): b9af6a3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -186,7 +186,7 @@ with gr.Blocks() as demo:
186
  btn = gr.Button("分析")
187
  btn.click(fn=predict_text_mixed, inputs=text, outputs=text_out)
188
 
189
- return demo
190
 
191
  if __name__ == "__main__":
192
  demo = build_interface()
 
186
  btn = gr.Button("分析")
187
  btn.click(fn=predict_text_mixed, inputs=text, outputs=text_out)
188
 
189
+
190
 
191
  if __name__ == "__main__":
192
  demo = build_interface()