cpuai commited on
Commit
7ac50ed
·
verified ·
1 Parent(s): f7ffd06

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -249,7 +249,7 @@ css = """
249
  """
250
 
251
  # Create Gradio interface
252
- with gr.Blocks(css=css) as demo:
253
  gr_flux_loras = gr.State(value=flux_loras_raw)
254
 
255
  # App title and introduction
 
249
  """
250
 
251
  # Create Gradio interface
252
+ with gr.Blocks(css=css, title="aistyleportrait - AI Portrait Style Transfer Master") as demo:
253
  gr_flux_loras = gr.State(value=flux_loras_raw)
254
 
255
  # App title and introduction