abhi12ravi commited on
Commit
b69ccdc
1 Parent(s): e29105e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,4 +11,4 @@ def greet(name):
11
  return "Predicted Protection Level: " + protection_level
12
 
13
  iface = gr.Interface(fn=greet, inputs="text", outputs="text")
14
- iface.launch(share=True)
11
  return "Predicted Protection Level: " + protection_level
12
 
13
  iface = gr.Interface(fn=greet, inputs="text", outputs="text")
14
+ iface.launch(share=False)