Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
|