Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -177,7 +177,7 @@ def analyze_sentiment(text):
|
|
177 |
|
178 |
|
179 |
def video_to_audio(input_video):
|
180 |
-
temp = requests.get('https://parthcodes-flask-
|
181 |
user_id = temp.json().get('current')
|
182 |
print(user_id)
|
183 |
|
|
|
177 |
|
178 |
|
179 |
def video_to_audio(input_video):
|
180 |
+
temp = requests.get('https://parthcodes-test-flask-deploy.hf.space/useridping')
|
181 |
user_id = temp.json().get('current')
|
182 |
print(user_id)
|
183 |
|