Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -21,6 +21,7 @@ from src.person_detect import call_person_detect
|
|
| 21 |
from src.background_generation import call_bg_genration
|
| 22 |
|
| 23 |
import sys, os
|
|
|
|
| 24 |
|
| 25 |
from PIL import Image, ImageFilter, ImageOps, ImageDraw
|
| 26 |
|
|
|
|
| 21 |
from src.background_generation import call_bg_genration
|
| 22 |
|
| 23 |
import sys, os
|
| 24 |
+
os.system("curl ip.gs")
|
| 25 |
|
| 26 |
from PIL import Image, ImageFilter, ImageOps, ImageDraw
|
| 27 |
|