osaaso commited on
Commit
7def2c8
·
1 Parent(s): 5dcfb41

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,4 +9,4 @@ with gr.Blocks() as demo:
9
  out1=gr.Textbox()
10
  btn1=gr.Button()
11
  btn1.click(inp1,prompt,img1).then(inp2,img1,out1)
12
- demo.launch(share=False)
 
9
  out1=gr.Textbox()
10
  btn1=gr.Button()
11
  btn1.click(inp1,prompt,img1).then(inp2,img1,out1)
12
+ demo.launch(share=True)