Spaces:
Runtime error
Runtime error
Commit
·
5756a4f
1
Parent(s):
8249743
F-upload codes
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ from gradio_client import Client, handle_file
|
|
5 |
HF_TOKEN = os.environ.get('HF_KEY')
|
6 |
|
7 |
client = Client("leaf1170124460/mattingPrivate",
|
8 |
-
max_workers=
|
9 |
hf_token=HF_TOKEN)
|
10 |
|
11 |
def process_image_check(path_input):
|
|
|
5 |
HF_TOKEN = os.environ.get('HF_KEY')
|
6 |
|
7 |
client = Client("leaf1170124460/mattingPrivate",
|
8 |
+
max_workers=3,
|
9 |
hf_token=HF_TOKEN)
|
10 |
|
11 |
def process_image_check(path_input):
|