Spaces:
Runtime error
Runtime error
Commit
·
b3c48f0
1
Parent(s):
2a049fd
Update app.py
Browse files
app.py
CHANGED
@@ -110,7 +110,7 @@ with gr.Blocks(css=css) as demo:
|
|
110 |
|
111 |
with gr.Column():
|
112 |
|
113 |
-
model = gr.Dropdown(label="Base Model", choices=["stabilityai/stable-diffusion-
|
114 |
finetuningLayer= gr.Dropdown(label="Finetuning Layer", choices=["Gauri54damle/sdxl-lora-multi-object"], default="Gauri54damle/sdxl-lora-multi-object")
|
115 |
|
116 |
prompt = gr.Textbox(label="Prompt", placeholder="photo of burger called McDBigMac placed on serving tray with fries called McDFries- it is unique identifier need to be used to identify burger")
|
|
|
110 |
|
111 |
with gr.Column():
|
112 |
|
113 |
+
model = gr.Dropdown(label="Base Model", choices=["stabilityai/stable-diffusion-xl-base-1.0"], default="stabilityai/stable-diffusion-xl-base-1.0")
|
114 |
finetuningLayer= gr.Dropdown(label="Finetuning Layer", choices=["Gauri54damle/sdxl-lora-multi-object"], default="Gauri54damle/sdxl-lora-multi-object")
|
115 |
|
116 |
prompt = gr.Textbox(label="Prompt", placeholder="photo of burger called McDBigMac placed on serving tray with fries called McDFries- it is unique identifier need to be used to identify burger")
|