Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -4,6 +4,7 @@ import requests
|
|
4 |
import json
|
5 |
from PIL import Image
|
6 |
import tempfile
|
|
|
7 |
|
8 |
# Siapkan URL untuk permintaan API
|
9 |
api_url = "https://kwai-kolors-kolors-virtual-try-on.hf.space/queue/join?__theme=system"
|
|
|
4 |
import json
|
5 |
from PIL import Image
|
6 |
import tempfile
|
7 |
+
from themes import IndonesiaTheme # Impor tema custom dari themes.py
|
8 |
|
9 |
# Siapkan URL untuk permintaan API
|
10 |
api_url = "https://kwai-kolors-kolors-virtual-try-on.hf.space/queue/join?__theme=system"
|