alex-mindspace commited on
Commit
f04a946
1 Parent(s): 4ac1d19

share is not supported in the space

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,4 +11,4 @@ def greet(name):
11
  Define the entry point for the application.
12
  """
13
  demo = create_gradio_interface()
14
- demo.launch(share=True)
 
11
  Define the entry point for the application.
12
  """
13
  demo = create_gradio_interface()
14
+ demo.launch(share=False)