Gauri54damle commited on
Commit
cbda784
·
verified ·
1 Parent(s): 4381c8a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -110,8 +110,8 @@ with gr.Blocks(css=css) as demo:
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")
117
 
 
110
 
111
  with gr.Column():
112
 
113
+ model = gr.Dropdown(label="Base Model", value="stabilityai/stable-diffusion-xl-base-1.0")
114
+ finetuningLayer= gr.Dropdown(label="Finetuning Layer", value="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")
117