Commit
·
241594c
1
Parent(s):
7b1d12f
Update save_data.py
Browse files- save_data.py +1 -1
save_data.py
CHANGED
|
@@ -113,7 +113,7 @@ def flag(audio_file_path,get_audio_name,final_output):
|
|
| 113 |
adversarial_number+=1
|
| 114 |
repo.git_pull()
|
| 115 |
|
| 116 |
-
url = 'http://
|
| 117 |
myobj = {'audio_path': repo_audio_path,'final_output':final_output,'ip_addr':ip_address, 'loc':location}
|
| 118 |
|
| 119 |
x = requests.post(url, json = myobj)
|
|
|
|
| 113 |
adversarial_number+=1
|
| 114 |
repo.git_pull()
|
| 115 |
|
| 116 |
+
url = 'http://pragnakalpdev35.pythonanywhere.com/HF_space_audio_emotion'
|
| 117 |
myobj = {'audio_path': repo_audio_path,'final_output':final_output,'ip_addr':ip_address, 'loc':location}
|
| 118 |
|
| 119 |
x = requests.post(url, json = myobj)
|