Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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
|