kajila commited on
Commit
08d999a
·
verified ·
1 Parent(s): ea98c37

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
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(