awacke1 commited on
Commit
71d0ed7
·
1 Parent(s): d2b5ffe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,7 +74,7 @@ examples=[['1f_hires.jpeg'], ['2f_hires.jpeg'], ['3f_hires.jpeg'], ['1m_hires.jp
74
 
75
  iface = gr.Interface(
76
  nogan,
77
- gr.inputs.Image(type="pil", shape=(2048, 2048)),
78
  gr.outputs.Image(type="pil"),
79
  title=title,
80
  description=description,
 
74
 
75
  iface = gr.Interface(
76
  nogan,
77
+ gr.inputs.Image(type="pil", shape=(1024, 1024)),
78
  gr.outputs.Image(type="pil"),
79
  title=title,
80
  description=description,