Deddy commited on
Commit
ba2358b
β€’
1 Parent(s): aff15d6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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"