x0x7 commited on
Commit
ef4ef29
1 Parent(s): 863bf38

Removing share for spaces

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=True)
 
5
  return torch.cuda.is_available()
6
 
7
  iface = gr.Interface(fn=greet, inputs="text", outputs="text")
8
+ iface.launch(share=False)