NeeravS commited on
Commit
5aa6ebe
·
verified ·
1 Parent(s): 97eb128

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -183,7 +183,9 @@ def analyze_video(video_file, captcha_input, captcha_solution, request: gr.Reque
183
 
184
  output = {
185
  "message": f"According to our analysis, the video you uploaded appears to be {analysis_result}. "
186
- f"{len(results['video_analysis']['frame_results'])} frames were analyzed in total."
 
 
187
  }
188
  return output
189
 
 
183
 
184
  output = {
185
  "message": f"According to our analysis, the video you uploaded appears to be {analysis_result}. "
186
+ f"Made by Neerav Sood (LinkedIn - https://www.linkedin.com/in/neeravsood/). "
187
+ f"API ACCESS IS FORBIDDEN WITHOUT PRIOR AND EXPLICIT CONSENT OF NEERAV SOOD ([email protected])."
188
+
189
  }
190
  return output
191