montoliu commited on
Commit
356df8d
·
verified ·
1 Parent(s): 79aea8b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,4 +9,4 @@ def predict(prompt):
9
  score = result[0]["score"]
10
  return label + " " + str(score)
11
 
12
- gr.Interface(fn=predict, inputs="text", outputs="text").launch()
 
9
  score = result[0]["score"]
10
  return label + " " + str(score)
11
 
12
+ gr.Interface(fn=predict, inputs="text", outputs="text").launch(share=True)