Spaces:
Sleeping
Sleeping
init
Browse files
app.py
CHANGED
|
@@ -24,7 +24,7 @@ except Exception as e:
|
|
| 24 |
|
| 25 |
from interface import build_interface, data_model
|
| 26 |
|
| 27 |
-
session_id = uuid.uuid4()
|
| 28 |
|
| 29 |
if __name__ == "__main__":
|
| 30 |
demo = build_interface(session_id)
|
|
|
|
| 24 |
|
| 25 |
from interface import build_interface, data_model
|
| 26 |
|
| 27 |
+
session_id = str(uuid.uuid4())
|
| 28 |
|
| 29 |
if __name__ == "__main__":
|
| 30 |
demo = build_interface(session_id)
|