Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -73,7 +73,7 @@ class GUI:
|
|
73 |
)
|
74 |
inp.change(self.process, inp, out)
|
75 |
|
76 |
-
demo.queue(
|
77 |
|
78 |
def _get_user_id(self, profile):
|
79 |
"""Generate a unique user ID from profile"""
|
|
|
73 |
)
|
74 |
inp.change(self.process, inp, out)
|
75 |
|
76 |
+
demo.queue().launch()
|
77 |
|
78 |
def _get_user_id(self, profile):
|
79 |
"""Generate a unique user ID from profile"""
|