Abinivesh commited on
Commit
957f949
·
verified ·
1 Parent(s): 3fdb2b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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="Nymbo/Nymbo_Theme") as demo:
74
- gr.HTML("<center><h1>Compare-6</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')
 
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')