Alexander Bagus commited on
Commit
d722245
·
1 Parent(s): 64df041
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -97,8 +97,8 @@ def inference(
97
  num_inference_steps=8,
98
  progress=gr.Progress(track_tqdm=True),
99
  ):
100
-
101
- print("timestamp: " + time.time())
102
 
103
  # process image
104
  print("DEBUG: process image")
 
97
  num_inference_steps=8,
98
  progress=gr.Progress(track_tqdm=True),
99
  ):
100
+ timestamp = time.time()
101
+ print(f"timestamp: {timestamp}")
102
 
103
  # process image
104
  print("DEBUG: process image")