ciCic commited on
Commit
26ecc95
1 Parent(s): 1e44006
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -32,10 +32,12 @@ def app():
32
  gr.Image(type="pil",
33
  image_mode="RGB",
34
  label='512x512',
 
35
  height=256,
36
  width=256
37
  ),
38
  examples=[
 
39
  os.path.join(os.path.dirname(__file__), "images/18.encoded.png"),
40
  os.path.join(os.path.dirname(__file__), "images/20.encoded.png")
41
  ])
 
32
  gr.Image(type="pil",
33
  image_mode="RGB",
34
  label='512x512',
35
+ show_share_button=True,
36
  height=256,
37
  width=256
38
  ),
39
  examples=[
40
+ astronaut,
41
  os.path.join(os.path.dirname(__file__), "images/18.encoded.png"),
42
  os.path.join(os.path.dirname(__file__), "images/20.encoded.png")
43
  ])