Spaces:
Runtime error
Runtime error
Removing share for spaces
Browse files
app.py
CHANGED
|
@@ -5,4 +5,4 @@ def greet(name):
|
|
| 5 |
return torch.cuda.is_available()
|
| 6 |
|
| 7 |
iface = gr.Interface(fn=greet, inputs="text", outputs="text")
|
| 8 |
-
iface.launch(share=
|
|
|
|
| 5 |
return torch.cuda.is_available()
|
| 6 |
|
| 7 |
iface = gr.Interface(fn=greet, inputs="text", outputs="text")
|
| 8 |
+
iface.launch(share=False)
|