Nymbo commited on
Commit
7d0bfc4
1 Parent(s): 909f576

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ def gen_fn(model_str, prompt, negative_prompt=None, image_style="Default"):
34
  modified_prompt += f", not {negative_prompt}"
35
  return models_load[model_str](modified_prompt)
36
 
37
- with gr.Blocks() as demo:
38
  with gr.Tab('The Dream'):
39
  txt_input = gr.Textbox(label='Your prompt:', lines=4)
40
 
 
34
  modified_prompt += f", not {negative_prompt}"
35
  return models_load[model_str](modified_prompt)
36
 
37
+ with gr.Blocks(theme="Nymbo/Alyx_Theme") as demo:
38
  with gr.Tab('The Dream'):
39
  txt_input = gr.Textbox(label='Your prompt:', lines=4)
40