Spaces:
Runtime error
Runtime error
Commit Β·
1218350
1
Parent(s): 5a3f5cc
add english
Browse files
app.py
CHANGED
|
@@ -53,7 +53,7 @@ with gr.Blocks() as demo:
|
|
| 53 |
with gr.Column(scale=1, ):
|
| 54 |
with gr.Row(scale=0.5,):
|
| 55 |
with gr.Column():
|
| 56 |
-
image_in = gr.Image(source='upload', elem_id="image_upload", type="pil", label="εθεΎ")
|
| 57 |
with gr.Column():
|
| 58 |
guide = gr.Slider(2, 15, value = 7, label = 'ζζ¬εΌε―ΌεΌΊεΊ¦(guidance scale)')
|
| 59 |
steps = gr.Slider(10, 30, value = 20, step = 1, label = 'θΏδ»£ζ¬‘ζ°(inference steps)')
|
|
|
|
| 53 |
with gr.Column(scale=1, ):
|
| 54 |
with gr.Row(scale=0.5,):
|
| 55 |
with gr.Column():
|
| 56 |
+
image_in = gr.Image(source='upload', elem_id="image_upload", type="pil", label="εθεΎ(ref)")
|
| 57 |
with gr.Column():
|
| 58 |
guide = gr.Slider(2, 15, value = 7, label = 'ζζ¬εΌε―ΌεΌΊεΊ¦(guidance scale)')
|
| 59 |
steps = gr.Slider(10, 30, value = 20, step = 1, label = 'θΏδ»£ζ¬‘ζ°(inference steps)')
|