mtalamon commited on
Commit
36899ef
1 Parent(s): b2da3d9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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