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