Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -120,7 +120,7 @@ def gen_fnseed(model_str, prompt, seed=1):
|
|
120 |
# Create the Gradio Blocks interface with a custom theme
|
121 |
print("Creating Gradio interface...")
|
122 |
with gr.Blocks(theme="Nymbo/Nymbo_Theme") as demo:
|
123 |
-
gr.HTML("<center><h1>
|
124 |
with gr.Tab('Compare-6'):
|
125 |
# Text input for user prompt
|
126 |
txt_input = gr.Textbox(label='Your prompt:', lines=4)
|
|
|
120 |
# Create the Gradio Blocks interface with a custom theme
|
121 |
print("Creating Gradio interface...")
|
122 |
with gr.Blocks(theme="Nymbo/Nymbo_Theme") as demo:
|
123 |
+
gr.HTML("<center><h1>Multi-models-prompt-to-image-generation</h1></center>")
|
124 |
with gr.Tab('Compare-6'):
|
125 |
# Text input for user prompt
|
126 |
txt_input = gr.Textbox(label='Your prompt:', lines=4)
|