Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -113,7 +113,7 @@ css = """
|
|
| 113 |
with gr.Blocks(css=css) as demo:
|
| 114 |
with gr.Row():
|
| 115 |
with gr.Column():
|
| 116 |
-
gr.Markdown("<h1>NSFW-GEN</h1>")
|
| 117 |
text_prompt = gr.Textbox(label="Enter Prompt", placeholder="Example: a cute dog", lines=2)
|
| 118 |
generate_button = gr.Button("Generate Image", variant='primary')
|
| 119 |
|
|
|
|
| 113 |
with gr.Blocks(css=css) as demo:
|
| 114 |
with gr.Row():
|
| 115 |
with gr.Column():
|
| 116 |
+
gr.Markdown("<h1>NSFW-GEN-ANIME</h1>")
|
| 117 |
text_prompt = gr.Textbox(label="Enter Prompt", placeholder="Example: a cute dog", lines=2)
|
| 118 |
generate_button = gr.Button("Generate Image", variant='primary')
|
| 119 |
|