Update app.py
Browse files
app.py
CHANGED
@@ -106,7 +106,7 @@ with gr.Blocks(css=css) as demo:
|
|
106 |
with gr.Column(elem_id="col-container"):
|
107 |
gr.Markdown(f"""
|
108 |
Generate an image with Flux. Try it out and let me know what you think!
|
109 |
-
Expect roughly
|
110 |
This can be scaled up over time as needed. Thanks!
|
111 |
Not for Commercial Use - Apache 2.0 License
|
112 |
""")
|
|
|
106 |
with gr.Column(elem_id="col-container"):
|
107 |
gr.Markdown(f"""
|
108 |
Generate an image with Flux. Try it out and let me know what you think!
|
109 |
+
Expect roughly 60 seconds per generation with it's current backend.
|
110 |
This can be scaled up over time as needed. Thanks!
|
111 |
Not for Commercial Use - Apache 2.0 License
|
112 |
""")
|