codelion commited on
Commit
c58507e
·
verified ·
1 Parent(s): e41c5b1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -184,4 +184,5 @@ with gr.Blocks(title="Responsive Image Generator") as app:
184
  outputs=[output_zip, output_html, output_message]
185
  )
186
 
187
- app.launch()
 
 
184
  outputs=[output_zip, output_html, output_message]
185
  )
186
 
187
+ # Launch the app with share=True for public access
188
+ app.launch(share=True)