bkoz commited on
Commit
38d7fe4
·
unverified ·
1 Parent(s): e779cb8

enabled sharing

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,5 +11,5 @@ def greet(n):
11
  return f"Hello {zero + n} Tensor"
12
 
13
  demo = gr.Interface(fn=greet, inputs=gr.Number(), outputs=gr.Text())
14
- demo.launch()
15
 
 
11
  return f"Hello {zero + n} Tensor"
12
 
13
  demo = gr.Interface(fn=greet, inputs=gr.Number(), outputs=gr.Text())
14
+ demo.launch(share=True)
15