NeeravS commited on
Commit
caa56d2
·
verified ·
1 Parent(s): f7b5887

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -191,8 +191,6 @@ def analyze_video(video_file, captcha_input, captcha_solution, request: gr.Reque
191
  output = {
192
  "message": f"According to our analysis, the video you uploaded appears to be {analysis_result}. "
193
  f"Made by Neerav Sood (LinkedIn - https://www.linkedin.com/in/neeravsood/). "
194
- f"API ACCESS IS FORBIDDEN WITHOUT PRIOR AND EXPLICIT CONSENT OF NEERAV SOOD ([email protected])."
195
-
196
  }
197
  return output
198
 
 
191
  output = {
192
  "message": f"According to our analysis, the video you uploaded appears to be {analysis_result}. "
193
  f"Made by Neerav Sood (LinkedIn - https://www.linkedin.com/in/neeravsood/). "
 
 
194
  }
195
  return output
196