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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -5,7 +5,9 @@ def greet(name):
5
  return "Hello " + name + "!!"
6
 
7
  iface = gr.Interface(fn=greet, inputs="text", outputs="text")
8
- iface.launch()
 
 
9
 
10
  """
11
  code_nl = "function for db connection"
 
5
  return "Hello " + name + "!!"
6
 
7
  iface = gr.Interface(fn=greet, inputs="text", outputs="text")
8
+ iface.launch(
9
+ share=True
10
+ )
11
 
12
  """
13
  code_nl = "function for db connection"