greykaizen commited on
Commit
e6dcb5b
·
verified ·
1 Parent(s): 61c449a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,4 +15,4 @@ async def moderate_text(input: TextInput):
15
  return {r["label"]: r["score"] for r in results}
16
 
17
  # Gradio interface to expose the model API via a Space
18
- gr.Interface(fn=moderate_text, inputs="text", outputs="json").launch(share=True)
 
15
  return {r["label"]: r["score"] for r in results}
16
 
17
  # Gradio interface to expose the model API via a Space
18
+ gr.Interface(fn=moderate_text, inputs="text", outputs="json").launch()