cta2106 commited on
Commit
f892f46
1 Parent(s): 52e8dae

fixed something

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,4 +15,4 @@ def predict_fn(text: str) -> Tuple[Any, Any]:
15
  return results[0]["label"], round(sum(scores), 0)
16
 
17
 
18
- gr.Interface(predict_fn, "textbox", ["label", "label"]).launch(share=True)
 
15
  return results[0]["label"], round(sum(scores), 0)
16
 
17
 
18
+ gr.Interface(predict_fn, "textbox", ["label", "label"]).launch()