Spaces:
Sleeping
Sleeping
init
Browse files
app.py
CHANGED
@@ -33,14 +33,15 @@ def app():
|
|
33 |
image_mode="RGB",
|
34 |
label='512x512',
|
35 |
show_share_button=True,
|
36 |
-
height=
|
37 |
-
width=
|
38 |
),
|
|
|
39 |
examples=[
|
40 |
astronaut,
|
41 |
os.path.join(os.path.dirname(__file__), "images/18.encoded.png"),
|
42 |
os.path.join(os.path.dirname(__file__), "images/20.encoded.png")
|
43 |
-
])
|
44 |
|
45 |
|
46 |
if __name__ == "__main__":
|
|
|
33 |
image_mode="RGB",
|
34 |
label='512x512',
|
35 |
show_share_button=True,
|
36 |
+
height=512,
|
37 |
+
width=512
|
38 |
),
|
39 |
+
css=".upload-container {width: 256px !important; height:256px !important} ",
|
40 |
examples=[
|
41 |
astronaut,
|
42 |
os.path.join(os.path.dirname(__file__), "images/18.encoded.png"),
|
43 |
os.path.join(os.path.dirname(__file__), "images/20.encoded.png")
|
44 |
+
], allow_flagging='never', title='Latents Decoder')
|
45 |
|
46 |
|
47 |
if __name__ == "__main__":
|