Spaces:
Build error
Build error
Commit
·
9c270b3
1
Parent(s):
44e2bdb
Update app.py
Browse files
app.py
CHANGED
@@ -40,4 +40,5 @@ def predict_label(text):
|
|
40 |
return pooled_scores
|
41 |
|
42 |
iface = gr.Interface(fn=predict_label, inputs="text", outputs="text")
|
|
|
43 |
|
|
|
40 |
return pooled_scores
|
41 |
|
42 |
iface = gr.Interface(fn=predict_label, inputs="text", outputs="text")
|
43 |
+
iface.launch()
|
44 |
|