Update app.py
Browse files
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 |
-
|
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()
|