Update app.py
Browse files
app.py
CHANGED
@@ -11,6 +11,6 @@ outputs=gradio.components.Image(type="numpy"),
|
|
11 |
title="Hatting Face",
|
12 |
description="Upload the picture of your choice :)"
|
13 |
)
|
14 |
-
iface.launch()
|
15 |
|
16 |
|
|
|
11 |
title="Hatting Face",
|
12 |
description="Upload the picture of your choice :)"
|
13 |
)
|
14 |
+
iface.launch(share=True)
|
15 |
|
16 |
|