sayakpaul HF staff commited on
Commit
d9e3ae3
1 Parent(s): 1f7c5e9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -96,7 +96,7 @@ description = "The underlying model is [this](https://huggingface.co/sayakpaul/S
96
  iface = gr.Interface(
97
  infer,
98
  inputs="image",
99
- outputs="image",
100
  title=title,
101
  description=description,
102
  allow_flagging="never",
 
96
  iface = gr.Interface(
97
  infer,
98
  inputs="image",
99
+ outputs=gr.Image().style(height=242),
100
  title=title,
101
  description=description,
102
  allow_flagging="never",