Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -23,6 +23,8 @@ import uuid
|
|
23 |
import time
|
24 |
from PIL import Image
|
25 |
import moviepy.editor as mp
|
|
|
|
|
26 |
# from videoretalking import inference_function
|
27 |
# import base64
|
28 |
# import gfpgan_enhancer
|
|
|
23 |
import time
|
24 |
from PIL import Image
|
25 |
import moviepy.editor as mp
|
26 |
+
import requests
|
27 |
+
import json
|
28 |
# from videoretalking import inference_function
|
29 |
# import base64
|
30 |
# import gfpgan_enhancer
|