Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -99,7 +99,6 @@ css="""
|
|
99 |
"""
|
100 |
|
101 |
with gr.Blocks(css=custom_css, theme=gr.themes.Soft(primary_hue="red", secondary_hue="gray")) as demo:
|
102 |
-
gr.HTML(title)
|
103 |
|
104 |
with gr.Column(elem_id="col-container"):
|
105 |
gr.Markdown(f"""# RCA Agitprop Manufactory: pre-phrase prompts with 'RCA style' to activate custom model """)
|
|
|
99 |
"""
|
100 |
|
101 |
with gr.Blocks(css=custom_css, theme=gr.themes.Soft(primary_hue="red", secondary_hue="gray")) as demo:
|
|
|
102 |
|
103 |
with gr.Column(elem_id="col-container"):
|
104 |
gr.Markdown(f"""# RCA Agitprop Manufactory: pre-phrase prompts with 'RCA style' to activate custom model """)
|