Abinivesh commited on
Commit
ba9775e
·
verified ·
1 Parent(s): 4bfc359

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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>Compare-6</h1></center>")
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)