Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -70,8 +70,8 @@ def gen_fnseed(model_str, prompt, seed=1):
|
|
70 |
return result
|
71 |
|
72 |
print("Creating Gradio interface...")
|
73 |
-
with gr.Blocks(theme="
|
74 |
-
gr.HTML("<center><h1>
|
75 |
with gr.Tab('Compare-6'):
|
76 |
txt_input = gr.Textbox(label='Your prompt:', lines=4)
|
77 |
gen_button = gr.Button('Generate up to 6 images in up to 3 minutes total')
|
|
|
70 |
return result
|
71 |
|
72 |
print("Creating Gradio interface...")
|
73 |
+
with gr.Blocks(theme="freddyaboulton/dracula_revamped") as demo:
|
74 |
+
gr.HTML("<center><h1>TEXT-IMAGE-USING-MULTIMODELS</h1></center>")
|
75 |
with gr.Tab('Compare-6'):
|
76 |
txt_input = gr.Textbox(label='Your prompt:', lines=4)
|
77 |
gen_button = gr.Button('Generate up to 6 images in up to 3 minutes total')
|