Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -76,7 +76,7 @@ def use_prompt(prompt):
|
|
| 76 |
return prompt
|
| 77 |
|
| 78 |
with gr.Blocks(theme="Nymbo/Nymbo_Theme", css=css) as demo:
|
| 79 |
-
|
| 80 |
|
| 81 |
with gr.Row():
|
| 82 |
input_text = gr.Textbox(label="Enter your prompt for image generation")
|
|
|
|
| 76 |
return prompt
|
| 77 |
|
| 78 |
with gr.Blocks(theme="Nymbo/Nymbo_Theme", css=css) as demo:
|
| 79 |
+
|
| 80 |
|
| 81 |
with gr.Row():
|
| 82 |
input_text = gr.Textbox(label="Enter your prompt for image generation")
|