Spaces:
Build error
Build error
Commit
·
b69ccdc
1
Parent(s):
e29105e
Update app.py
Browse files
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=
|
|
|
|
| 11 |
return "Predicted Protection Level: " + protection_level
|
| 12 |
|
| 13 |
iface = gr.Interface(fn=greet, inputs="text", outputs="text")
|
| 14 |
+
iface.launch(share=False)
|