Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Vish2005/Priorities
Vish2005
/
MLRG_Frontend
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Vish2005
commited on
Sep 11, 2023
Commit
ba07bb9
·
1 Parent(s):
585da41
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -55,7 +55,7 @@ def remove(element):
55
56
temp.put(elem)
57
58
-
pq = temp
59
60
61
55
56
temp.put(elem)
57
58
+
pq
.queue
= temp
.queue
59
60
61