hsuwill000 commited on
Commit
0264023
·
verified ·
1 Parent(s): 3ac85d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import time
6
  import traceback
7
 
8
  # Create a Client instance to communicate with the Hugging Face space
9
- client = Client("https://huggingface.co/spaces/hsuwill000/LCM_SoteMix_OpenVINO_CPU_Space_TAESD")
10
 
11
  # Counter for image filenames to avoid overwriting
12
  count = 0
 
6
  import traceback
7
 
8
  # Create a Client instance to communicate with the Hugging Face space
9
+ client = Client("hsuwill000/LCM_SoteMix_OpenVINO_CPU_Space_TAESD")
10
 
11
  # Counter for image filenames to avoid overwriting
12
  count = 0