Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -69,4 +69,4 @@ def greet(sent,mode):
|
|
69 |
intput="text"
|
70 |
input2= gr.Dropdown(choices=['Malicious_comment','Economic_article'])
|
71 |
iface = gr.Interface(fn=greet,title='Korean classification',description="한국어 악플 && 경제기사 긍부정 판별기",inputs=[intput,input2], outputs="text")
|
72 |
-
iface.launch()
|
|
|
69 |
intput="text"
|
70 |
input2= gr.Dropdown(choices=['Malicious_comment','Economic_article'])
|
71 |
iface = gr.Interface(fn=greet,title='Korean classification',description="한국어 악플 && 경제기사 긍부정 판별기",inputs=[intput,input2], outputs="text")
|
72 |
+
iface.launch(share=True)
|