Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -69,7 +69,6 @@ examples = [
|
|
| 69 |
|
| 70 |
|
| 71 |
with gr.Blocks(theme="Nymbo/Nymbo_Theme", css=css) as demo:
|
| 72 |
-
gr.Markdown("# Image Generation with Examples")
|
| 73 |
|
| 74 |
with gr.Row():
|
| 75 |
input_text = gr.Textbox(label="Enter your prompt for image generation")
|
|
|
|
| 69 |
|
| 70 |
|
| 71 |
with gr.Blocks(theme="Nymbo/Nymbo_Theme", css=css) as demo:
|
|
|
|
| 72 |
|
| 73 |
with gr.Row():
|
| 74 |
input_text = gr.Textbox(label="Enter your prompt for image generation")
|