aiface commited on
Commit
54755ff
1 Parent(s): f36cf8e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -146,7 +146,7 @@ def predict(process_video):
146
  pred=[]
147
  with open("/home/user/app/result/ho.txt", 'r') as f:
148
  pred = f.readlines(prediction)
149
- return pred[-1]
150
 
151
 
152
  # ---- Gradio Layout -----
 
146
  pred=[]
147
  with open("/home/user/app/result/ho.txt", 'r') as f:
148
  pred = f.readlines(prediction)
149
+ return pred[-1]
150
 
151
 
152
  # ---- Gradio Layout -----