Spaces:
Running on CPU Upgrade

patrickvonplaten radames HF staff commited on
Commit
fb853d4
1 Parent(s): d4b74b3

replace element id with unique id (#15)

Browse files

- replace element id with unique id (c743288e7d641383e7a73448ada8e23769db66ef)


Co-authored-by: Radamés Ajna <radames@users.noreply.huggingface.co>

Files changed (1) hide show
  1. 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,