Nekomi2 commited on
Commit
f35d5d0
1 Parent(s): 44d2c31

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,6 +22,6 @@ greet("World")
22
 
23
  import gradio
24
 
25
- gradio.Interface(greet, "text", "text").launch(share=True)
26
 
27
  """That's all! Go ahead and open that share link in a new tab. Check out our [getting started](https://gradio.app/getting_started.html) page for more complicated demos."""
 
22
 
23
  import gradio
24
 
25
+ gradio.Interface(greet, "text", "text").launch()
26
 
27
  """That's all! Go ahead and open that share link in a new tab. Check out our [getting started](https://gradio.app/getting_started.html) page for more complicated demos."""