sergiopaniego HF Staff commited on
Commit
b097347
·
verified ·
1 Parent(s): a694c08

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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")