Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -146,12 +146,12 @@ with gr.Blocks(css=css) as block:
|
|
146 |
|
147 |
input_image = gr.Image(type='pil', elem_id="input-img")
|
148 |
with gr.Row():
|
149 |
-
mode_input = gr.Radio(['best', 'classic', 'fast'], label='', value='best')
|
150 |
flavor_input = gr.Number(value=4, label='best mode max flavors')
|
151 |
|
152 |
submit_btn = gr.Button("Submit")
|
153 |
|
154 |
-
output_text = gr.Textbox(label="Output", elem_id="output-txt")
|
155 |
|
156 |
with gr.Group(elem_id="share-btn-container"):
|
157 |
community_icon = gr.HTML(community_icon_html, visible=False)
|
|
|
146 |
|
147 |
input_image = gr.Image(type='pil', elem_id="input-img")
|
148 |
with gr.Row():
|
149 |
+
mode_input = gr.Radio(['best', 'classic', 'fast'], label='Select mode', value='best')
|
150 |
flavor_input = gr.Number(value=4, label='best mode max flavors')
|
151 |
|
152 |
submit_btn = gr.Button("Submit")
|
153 |
|
154 |
+
output_text = gr.Textbox(label="Description Output", elem_id="output-txt")
|
155 |
|
156 |
with gr.Group(elem_id="share-btn-container"):
|
157 |
community_icon = gr.HTML(community_icon_html, visible=False)
|