Spaces:
Running
on
Zero
Running
on
Zero
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
@@ -18,6 +18,7 @@ css = """
|
|
18 |
}
|
19 |
"""
|
20 |
|
|
|
21 |
@spaces.GPU
|
22 |
def infer(image, mode, best_max_flavors):
|
23 |
image = image.convert('RGB')
|
|
|
18 |
}
|
19 |
"""
|
20 |
|
21 |
+
|
22 |
@spaces.GPU
|
23 |
def infer(image, mode, best_max_flavors):
|
24 |
image = image.convert('RGB')
|