Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
replace element id with unique id
Browse files- user_history.py +1 -1
user_history.py
CHANGED
@@ -92,7 +92,7 @@ def render() -> None:
|
|
92 |
gallery = gr.Gallery(
|
93 |
label="Past images",
|
94 |
show_label=True,
|
95 |
-
elem_id="gallery",
|
96 |
object_fit="contain",
|
97 |
columns=5,
|
98 |
height=600,
|
|
|
92 |
gallery = gr.Gallery(
|
93 |
label="Past images",
|
94 |
show_label=True,
|
95 |
+
elem_id="gallery-history",
|
96 |
object_fit="contain",
|
97 |
columns=5,
|
98 |
height=600,
|