Spaces:
Running
on
L4
Running
on
L4
Update app.py
Browse files
app.py
CHANGED
|
@@ -104,6 +104,8 @@ def process_inputs(prompts):
|
|
| 104 |
"""
|
| 105 |
return html_code
|
| 106 |
|
|
|
|
|
|
|
| 107 |
example_paths = [{"image": 'images/' + path} for path in os.listdir('images')]
|
| 108 |
|
| 109 |
theme = gr.themes.Soft(primary_hue="indigo", secondary_hue="emerald")
|
|
|
|
| 104 |
"""
|
| 105 |
return html_code
|
| 106 |
|
| 107 |
+
process_inputs.zerogpu = True
|
| 108 |
+
|
| 109 |
example_paths = [{"image": 'images/' + path} for path in os.listdir('images')]
|
| 110 |
|
| 111 |
theme = gr.themes.Soft(primary_hue="indigo", secondary_hue="emerald")
|