ky2k commited on
Commit
63bc522
1 Parent(s): d7728be

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,4 +45,4 @@ iface = gr.Interface(
45
  description="Choose a model and input text to detect toxicity.",
46
  )
47
 
48
- iface.launch(server_name="0.0.0.0", share=True)
 
45
  description="Choose a model and input text to detect toxicity.",
46
  )
47
 
48
+ iface.launch()