hwberry2 commited on
Commit
ec2de2a
1 Parent(s): 9e8bd57

set share to false

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -4,4 +4,5 @@ def greet(name):
4
  return "Hello there " + name + "! You Look Marvelous!!!"
5
 
6
  iface = gr.Interface(fn=greet, inputs="text", outputs="text")
7
- iface.launch(share="true")
 
 
4
  return "Hello there " + name + "! You Look Marvelous!!!"
5
 
6
  iface = gr.Interface(fn=greet, inputs="text", outputs="text")
7
+ iface.launch(share="false")
8
+ #set share="true" to get a local view of app