Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files
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=
|
|
|
9 |
out1=gr.Textbox()
|
10 |
btn1=gr.Button()
|
11 |
btn1.click(inp1,prompt,img1).then(inp2,img1,out1)
|
12 |
+
demo.launch(share=True)
|