Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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=
|
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",
|