MxeGlm commited on
Commit
f0a6fc5
1 Parent(s): 6e9a12b

fix syntax error

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()