Spaces:
Sleeping
Sleeping
Vasudevakrishna
commited on
Commit
•
22138db
1
Parent(s):
0f1ab60
Update app.py
Browse files
app.py
CHANGED
@@ -10,11 +10,11 @@ iface = gr.Interface(
|
|
10 |
gr.Slider("Time Stamps", value=1, step=1, maximum=50),
|
11 |
gr.Checkbox(label = "Use custom loss",value=False)
|
12 |
],
|
13 |
-
outputs=[gr.Image(type="pil", height=
|
14 |
-
gr.Image(type="pil", height=
|
15 |
-
gr.Image(type="pil", height=
|
16 |
-
gr.Image(type="pil", height=
|
17 |
-
gr.Image(type="pil", height=
|
18 |
)
|
19 |
|
20 |
# Launch the Gradio interface
|
|
|
10 |
gr.Slider("Time Stamps", value=1, step=1, maximum=50),
|
11 |
gr.Checkbox(label = "Use custom loss",value=False)
|
12 |
],
|
13 |
+
outputs=[gr.Image(type="pil", height=128, width = 128),
|
14 |
+
gr.Image(type="pil", height=128, width = 128),
|
15 |
+
gr.Image(type="pil", height=128, width = 128),
|
16 |
+
gr.Image(type="pil", height=128, width = 128),
|
17 |
+
gr.Image(type="pil", height=128, width = 128)] # Gradio Image component for displaying images
|
18 |
)
|
19 |
|
20 |
# Launch the Gradio interface
|