Ignahugging commited on
Commit
2f0cb78
1 Parent(s): 44139db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ def imagen(image):
16
  return candidate
17
 
18
  interface = gr.Interface(imagen,
19
- inputs = gr.inputs.Image(shape=(1024,1024),
20
  outputs = "image",
21
  title="Gamify your photo")
22
  interface.launch(inline=False)
 
16
  return candidate
17
 
18
  interface = gr.Interface(imagen,
19
+ inputs = gr.inputs.Image(shape=(1024,1024)),
20
  outputs = "image",
21
  title="Gamify your photo")
22
  interface.launch(inline=False)