Update app.py
Browse files
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():
|