Spaces:
Running
on
Zero
Running
on
Zero
prithivMLmods
commited on
Commit
•
9b399fe
1
Parent(s):
43c4267
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ examples = [
|
|
29 |
MODEL_OPTIONS = {
|
30 |
"Lightning": "SG161222/RealVisXL_V4.0_Lightning",
|
31 |
"Realvision": "SG161222/RealVisXL_V4.0",
|
32 |
-
"
|
33 |
}
|
34 |
|
35 |
MAX_IMAGE_SIZE = int(os.getenv("MAX_IMAGE_SIZE", "4096"))
|
@@ -139,7 +139,7 @@ with gr.Blocks(css=css) as demo:
|
|
139 |
gr.Markdown(
|
140 |
f"""
|
141 |
# Text🥠Image
|
142 |
-
Models used in the playground [[Lightning]](https://huggingface.co/SG161222/RealVisXL_V4.0_Lightning), [[Realvision]](https://huggingface.co/SG161222/RealVisXL_V4.0) ,[[
|
143 |
"""
|
144 |
)
|
145 |
with gr.Row():
|
|
|
29 |
MODEL_OPTIONS = {
|
30 |
"Lightning": "SG161222/RealVisXL_V4.0_Lightning",
|
31 |
"Realvision": "SG161222/RealVisXL_V4.0",
|
32 |
+
"Turbovision": "SG161222/RealVisXL_V3.0_Turbo"
|
33 |
}
|
34 |
|
35 |
MAX_IMAGE_SIZE = int(os.getenv("MAX_IMAGE_SIZE", "4096"))
|
|
|
139 |
gr.Markdown(
|
140 |
f"""
|
141 |
# Text🥠Image
|
142 |
+
Models used in the playground [[Lightning]](https://huggingface.co/SG161222/RealVisXL_V4.0_Lightning), [[Realvision]](https://huggingface.co/SG161222/RealVisXL_V4.0) ,[[Turbo]](https://huggingface.co/SG161222/RealVisXL_V3.0_Turbo) for image generation.
|
143 |
"""
|
144 |
)
|
145 |
with gr.Row():
|