Spaces:
Running
Running
prithivMLmods
commited on
Commit
•
b61feb7
1
Parent(s):
f86ac04
Update app.py
Browse files
app.py
CHANGED
@@ -36,7 +36,7 @@ examples = [
|
|
36 |
|
37 |
MODEL_OPTIONS = {
|
38 |
"REALVISXL V5.0": "SG161222/RealVisXL_V5.0",
|
39 |
-
|
40 |
}
|
41 |
|
42 |
MAX_IMAGE_SIZE = int(os.getenv("MAX_IMAGE_SIZE", "4096"))
|
@@ -212,7 +212,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
212 |
model_choice = gr.Dropdown(
|
213 |
label="Model Selection🔻",
|
214 |
choices=list(MODEL_OPTIONS.keys()),
|
215 |
-
value="
|
216 |
)
|
217 |
|
218 |
with gr.Accordion("Advanced options", open=False, visible=False):
|
|
|
36 |
|
37 |
MODEL_OPTIONS = {
|
38 |
"REALVISXL V5.0": "SG161222/RealVisXL_V5.0",
|
39 |
+
"LIGHTNING V5.0": "SG161222/RealVisXL_V5.0_Lightning",
|
40 |
}
|
41 |
|
42 |
MAX_IMAGE_SIZE = int(os.getenv("MAX_IMAGE_SIZE", "4096"))
|
|
|
212 |
model_choice = gr.Dropdown(
|
213 |
label="Model Selection🔻",
|
214 |
choices=list(MODEL_OPTIONS.keys()),
|
215 |
+
value="LIGHTNING V5.0"
|
216 |
)
|
217 |
|
218 |
with gr.Accordion("Advanced options", open=False, visible=False):
|