Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -82,7 +82,7 @@ def gen_fnseed(model_str, prompt, seed=1):
|
|
| 82 |
return result
|
| 83 |
|
| 84 |
with gr.Blocks(theme="Nymbo/Nymbo_Theme") as demo:
|
| 85 |
-
gr.HTML("<h1>
|
| 86 |
with gr.Tab('Compare-6'):
|
| 87 |
txt_input = gr.Textbox(label='Your prompt:', lines=4)
|
| 88 |
gen_button = gr.Button('Generate up to 6 images in up to 3 minutes total')
|
|
|
|
| 82 |
return result
|
| 83 |
|
| 84 |
with gr.Blocks(theme="Nymbo/Nymbo_Theme") as demo:
|
| 85 |
+
gr.HTML("<center><h1>Compare-6</h1></center>")
|
| 86 |
with gr.Tab('Compare-6'):
|
| 87 |
txt_input = gr.Textbox(label='Your prompt:', lines=4)
|
| 88 |
gen_button = gr.Button('Generate up to 6 images in up to 3 minutes total')
|