Nymbo commited on
Commit
030414b
·
verified ·
1 Parent(s): b5176b4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -108,7 +108,7 @@ css = """
108
  # Build the Gradio UI with Blocks
109
  with gr.Blocks(theme='Nymbo/Nymbo_Theme', css=css) as app:
110
  # Add a title to the app
111
- gr.HTML("<center><h1>FLUX.1-Krea-dev MCP Server</h1></center>")
112
  gr.HTML("<center><p>High-quality image generation via Model Context Protocol</p></center>")
113
 
114
  # Container for all the UI elements
 
108
  # Build the Gradio UI with Blocks
109
  with gr.Blocks(theme='Nymbo/Nymbo_Theme', css=css) as app:
110
  # Add a title to the app
111
+ gr.HTML("<center><h1>FLUX.1-Krea-dev</h1></center>")
112
  gr.HTML("<center><p>High-quality image generation via Model Context Protocol</p></center>")
113
 
114
  # Container for all the UI elements