Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -104,9 +104,7 @@ except Exception as e:
|
|
104 |
prediction = str(e)
|
105 |
# Print the prediction or error
|
106 |
print(prediction)
|
107 |
-
|
108 |
-
|
109 |
-
# Log inputs and outputs to a local log file
|
110 |
log_file = Path("logs/") / f"data_{uuid.uuid4()}.json"
|
111 |
log_folder = log_file.parent
|
112 |
scheduler = CommitScheduler(
|
|
|
104 |
prediction = str(e)
|
105 |
# Print the prediction or error
|
106 |
print(prediction)
|
107 |
+
# Log inputs and outputs to a local log file
|
|
|
|
|
108 |
log_file = Path("logs/") / f"data_{uuid.uuid4()}.json"
|
109 |
log_folder = log_file.parent
|
110 |
scheduler = CommitScheduler(
|