pwilczewski
commited on
Commit
·
8a9802a
1
Parent(s):
56e9da6
Updated sharing settings
Browse files
app.py
CHANGED
@@ -40,4 +40,4 @@ with gr.Blocks() as crisis_dashboard:
|
|
40 |
#text.submit(infer, inputs=[text, style,steps, seed, scale], outputs=gallery)
|
41 |
#btn.click(infer, inputs=[text, style,steps, seed, scale], outputs=gallery)
|
42 |
|
43 |
-
crisis_dashboard.launch()
|
|
|
40 |
#text.submit(infer, inputs=[text, style,steps, seed, scale], outputs=gallery)
|
41 |
#btn.click(infer, inputs=[text, style,steps, seed, scale], outputs=gallery)
|
42 |
|
43 |
+
crisis_dashboard.launch(share=True)
|