Update app.py
Browse files
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("
|
| 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
|