Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -70,11 +70,11 @@ article = """
|
|
70 |
|
71 |
"""
|
72 |
|
73 |
-
examples=[['
|
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,
|
|
|
70 |
|
71 |
"""
|
72 |
|
73 |
+
examples=[['1f_hires.jpeg'], ['2f_hires.jpeg'], ['3f_hires.jpeg'], ['1m_hires.jpeg'], ['2m_hires.jpeg'], ['3m_hires.jpeg']]
|
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,
|