Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
@@ -80,7 +80,7 @@ style_options = {
|
|
80 |
}
|
81 |
style_options = {k: f'./style_images/{v}' for k, v in style_options.items()}
|
82 |
|
83 |
-
@spaces.GPU
|
84 |
def inference(content_image, style_image, style_strength, progress=gr.Progress(track_tqdm=True)):
|
85 |
yield None
|
86 |
print('-'*15)
|
|
|
80 |
}
|
81 |
style_options = {k: f'./style_images/{v}' for k, v in style_options.items()}
|
82 |
|
83 |
+
@spaces.GPU(duration=25)
|
84 |
def inference(content_image, style_image, style_strength, progress=gr.Progress(track_tqdm=True)):
|
85 |
yield None
|
86 |
print('-'*15)
|