Update app.py
Browse files
app.py
CHANGED
@@ -22,4 +22,4 @@ title = "Pollinations Image Generator"
|
|
22 |
description = "Pollinations API + Randomizer"
|
23 |
|
24 |
iface = gr.Interface(fn=process, inputs="text", outputs="image", title=title, description=description)
|
25 |
-
iface.launch()
|
|
|
22 |
description = "Pollinations API + Randomizer"
|
23 |
|
24 |
iface = gr.Interface(fn=process, inputs="text", outputs="image", title=title, description=description)
|
25 |
+
iface.launch(share=True)
|