Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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=(
|
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,
|