Spaces:
Sleeping
Sleeping
init
Browse files
app.py
CHANGED
|
@@ -17,8 +17,6 @@ try:
|
|
| 17 |
except Exception as e:
|
| 18 |
print(f"An error occurred: {e}")
|
| 19 |
from interface import build_interface, data_model
|
| 20 |
-
session_id = str(uuid.uuid4())
|
| 21 |
-
|
| 22 |
if __name__ == "__main__":
|
| 23 |
demo = build_interface(session_id)
|
| 24 |
demo.launch()
|
|
|
|
| 17 |
except Exception as e:
|
| 18 |
print(f"An error occurred: {e}")
|
| 19 |
from interface import build_interface, data_model
|
|
|
|
|
|
|
| 20 |
if __name__ == "__main__":
|
| 21 |
demo = build_interface(session_id)
|
| 22 |
demo.launch()
|