MKFMIKU commited on
Commit
74f4637
1 Parent(s): 3c5ed35

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -117,7 +117,7 @@ with gr.Blocks(theme='gradio/soft') as demo:
117
 
118
  with gr.Row():
119
  gr.Radio(["CompVis/stable-diffusion-v1-4"], value="CompVis/stable-diffusion-v1-4", label="baseline model", info="Chose the undistilled baseline model")
120
- gr.Radio(["CoDi/text-to-image-v0-1"], value="CoDi/text-to-image-v0-1", label="distilled codi", info="Chose the distilled conditional model")
121
 
122
  with gr.Row():
123
  with gr.Column():
 
117
 
118
  with gr.Row():
119
  gr.Radio(["CompVis/stable-diffusion-v1-4"], value="CompVis/stable-diffusion-v1-4", label="baseline model", info="Chose the undistilled baseline model")
120
+ gr.Radio(["CoDi/text-to-image-v0-1 (366M)"], value="CoDi/text-to-image-v0-1 (366M)", label="distilled codi", info="Chose the distilled conditional model")
121
 
122
  with gr.Row():
123
  with gr.Column():