ParthCodes commited on
Commit
2f277f2
·
verified ·
1 Parent(s): 9aadb5b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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-tester.hf.space/useridping')
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