stmnk commited on
Commit
e37cac1
·
1 Parent(s): 9b09dc5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ def greet(name):
6
 
7
  iface = gr.Interface(fn=greet, inputs="text", outputs="text")
8
  iface.launch(
9
- share=True
10
  )
11
 
12
  """
 
6
 
7
  iface = gr.Interface(fn=greet, inputs="text", outputs="text")
8
  iface.launch(
9
+ # share=True # RuntimeError: Share is not supported when you are in Spaces (!?!?!?)
10
  )
11
 
12
  """