Spaces:
Running
on
Zero
Running
on
Zero
app
Browse files
README.md
CHANGED
@@ -8,4 +8,5 @@ sdk_version: 4.26.0
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: apache-2.0
|
|
|
11 |
---
|
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: apache-2.0
|
11 |
+
short_description: Content-Style Composition (GoGoGo)
|
12 |
---
|
app.py
CHANGED
@@ -127,7 +127,7 @@ def get_example():
|
|
127 |
]
|
128 |
return case
|
129 |
|
130 |
-
|
131 |
def run_for_examples(content_image_pil,style_image_pil,target, prompt, scale_c, scale_s):
|
132 |
return create_image(
|
133 |
content_image_pil=content_image_pil,
|
|
|
127 |
]
|
128 |
return case
|
129 |
|
130 |
+
@spaces.GPU(duration=100)
|
131 |
def run_for_examples(content_image_pil,style_image_pil,target, prompt, scale_c, scale_s):
|
132 |
return create_image(
|
133 |
content_image_pil=content_image_pil,
|