prithivMLmods commited on
Commit
965b160
·
verified ·
1 Parent(s): dae1d7f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -151,7 +151,7 @@ with gr.Blocks() as demo:
151
  lora_adapter = gr.Dropdown(
152
  label="Choose a Creative Style",
153
  # Updated choices for the new adapters
154
- choices=["American Comic Style", "Klein Delight Style"],
155
  value="American Comic Style"
156
  )
157
 
 
151
  lora_adapter = gr.Dropdown(
152
  label="Choose a Creative Style",
153
  # Updated choices for the new adapters
154
+ choices=["Simple Tuner", "Klein Delight Style"],
155
  value="American Comic Style"
156
  )
157