Spaces:
Sleeping
Sleeping
Steven Chen
commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -39,7 +39,7 @@ def process_images(content_img, style_img, epochs, steps_per_epoch, learning_rat
|
|
| 39 |
return output_img
|
| 40 |
|
| 41 |
|
| 42 |
-
@
|
| 43 |
def create_app():
|
| 44 |
with gr.Blocks() as demo:
|
| 45 |
aspect_ratio = gr.State(None)
|
|
|
|
| 39 |
return output_img
|
| 40 |
|
| 41 |
|
| 42 |
+
@spaces.GPU
|
| 43 |
def create_app():
|
| 44 |
with gr.Blocks() as demo:
|
| 45 |
aspect_ratio = gr.State(None)
|