Update app.py
Browse files
app.py
CHANGED
@@ -39,14 +39,10 @@ with gr.Blocks(
|
|
39 |
model_dropdown.change(fn=llm_intro, inputs=model_dropdown, outputs=explanation)
|
40 |
|
41 |
gr.Gallery(label="Current Space Hardware used",
|
42 |
-
show_label=True,
|
43 |
-
interactive=False,
|
44 |
value=["space_hardware.png"],
|
45 |
type="filepath",
|
46 |
-
show_share_button=False,
|
47 |
-
show_download_button=False,
|
48 |
columns=1,
|
49 |
-
object_fit="
|
50 |
height=200
|
51 |
)
|
52 |
|
|
|
39 |
model_dropdown.change(fn=llm_intro, inputs=model_dropdown, outputs=explanation)
|
40 |
|
41 |
gr.Gallery(label="Current Space Hardware used",
|
|
|
|
|
42 |
value=["space_hardware.png"],
|
43 |
type="filepath",
|
|
|
|
|
44 |
columns=1,
|
45 |
+
object_fit="scale-down",
|
46 |
height=200
|
47 |
)
|
48 |
|