Spaces:
Build error
Build error
fix syntax error
Browse files
app.py
CHANGED
@@ -30,6 +30,6 @@ def upscale(image):
|
|
30 |
iface = gr.Interface(
|
31 |
upscale,
|
32 |
gr.inputs.Image(shape=(128,128)),
|
33 |
-
"text"
|
34 |
)
|
35 |
iface.launch()
|
|
|
30 |
iface = gr.Interface(
|
31 |
upscale,
|
32 |
gr.inputs.Image(shape=(128,128)),
|
33 |
+
"text"
|
34 |
)
|
35 |
iface.launch()
|