Spaces:
Runtime error
Runtime error
ccxccc
commited on
Commit
•
47669a6
1
Parent(s):
769cd11
Update app.py
Browse files
app.py
CHANGED
@@ -32,7 +32,7 @@ def generate_image(model_name, prompt):
|
|
32 |
return models_load[model_name](prompt)
|
33 |
|
34 |
with gr.Blocks() as demo:
|
35 |
-
with gr.Tab("
|
36 |
txt_input = gr.Textbox(label="Your prompt:", lines=4).style(container=False, min_width=1200)
|
37 |
gen_button = gr.Button("Generate up to 6 images")
|
38 |
stop_button = gr.Button("Stop", variant="secondary")
|
@@ -54,7 +54,7 @@ with gr.Blocks() as demo:
|
|
54 |
with gr.Row():
|
55 |
gr.HTML("""
|
56 |
<div class="footer">
|
57 |
-
<p>
|
58 |
</div>
|
59 |
""")
|
60 |
|
|
|
32 |
return models_load[model_name](prompt)
|
33 |
|
34 |
with gr.Blocks() as demo:
|
35 |
+
with gr.Tab("Zexxxi"):
|
36 |
txt_input = gr.Textbox(label="Your prompt:", lines=4).style(container=False, min_width=1200)
|
37 |
gen_button = gr.Button("Generate up to 6 images")
|
38 |
stop_button = gr.Button("Stop", variant="secondary")
|
|
|
54 |
with gr.Row():
|
55 |
gr.HTML("""
|
56 |
<div class="footer">
|
57 |
+
<p>zexxxi nsfw model</p>
|
58 |
</div>
|
59 |
""")
|
60 |
|