Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
|