Spaces:
Runtime error
Runtime error
Update app.py
Browse filesupdated delete method
app.py
CHANGED
|
@@ -107,7 +107,7 @@ def predict_video(input_video, input_audio=None, input_choice="Explosions"):
|
|
| 107 |
if responseQueryText == """{"error":{"code":"InvalidRequest","message":"Value for indexName is invalid."}}""":
|
| 108 |
responseQueryText = videoAnalysis(videoSASURL, videoSASToken, input_choice)
|
| 109 |
|
| 110 |
-
AzureBlobStorageVideo.
|
| 111 |
|
| 112 |
# 3. Use moviepy to add haptics to video
|
| 113 |
|
|
|
|
| 107 |
if responseQueryText == """{"error":{"code":"InvalidRequest","message":"Value for indexName is invalid."}}""":
|
| 108 |
responseQueryText = videoAnalysis(videoSASURL, videoSASToken, input_choice)
|
| 109 |
|
| 110 |
+
AzureBlobStorageVideo.delete_container('useruploadhuggingfacevideo')
|
| 111 |
|
| 112 |
# 3. Use moviepy to add haptics to video
|
| 113 |
|