Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -98,7 +98,7 @@ description = f"The underlying model is [this](https://huggingface.co/{CKPT}). Y
|
|
98 |
iface = gr.Interface(
|
99 |
infer,
|
100 |
inputs="image",
|
101 |
-
outputs=
|
102 |
title=title,
|
103 |
description=description,
|
104 |
allow_flagging="never",
|
|
|
98 |
iface = gr.Interface(
|
99 |
infer,
|
100 |
inputs="image",
|
101 |
+
outputs=gr.Image().style(height=242),
|
102 |
title=title,
|
103 |
description=description,
|
104 |
allow_flagging="never",
|