antonbol commited on
Commit
2ae09a3
1 Parent(s): 02ce498

fix silly bug

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,6 +57,6 @@ demo = gr.Interface(
57
  gr.inputs.Textbox(default="S", label="Embarked: [S, C, Q]")
58
  ],
59
  # outputs=gr.Number())
60
- outputs=gr.Image(type="pil")
61
 
62
  demo.launch()
 
57
  gr.inputs.Textbox(default="S", label="Embarked: [S, C, Q]")
58
  ],
59
  # outputs=gr.Number())
60
+ outputs=gr.Image(type="pil"))
61
 
62
  demo.launch()