jeremyarancio commited on
Commit
32de7fa
1 Parent(s): 95caaa3

Change front org

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -78,10 +78,10 @@ with gr.Blocks() as demo:
78
  with gr.Row():
79
  with gr.Column():
80
  image = gr.Image(type="pil", label="image_input")
81
- ingredients = gr.Textbox(label="List of ingredients")
82
  spellcheck_button = gr.Button(value='Spellcheck')
83
 
84
  with gr.Column():
 
85
  correction = gr.Textbox(label="Correction", interactive=False)
86
 
87
  with gr.Row():
 
78
  with gr.Row():
79
  with gr.Column():
80
  image = gr.Image(type="pil", label="image_input")
 
81
  spellcheck_button = gr.Button(value='Spellcheck')
82
 
83
  with gr.Column():
84
+ ingredients = gr.Textbox(label="List of ingredients")
85
  correction = gr.Textbox(label="Correction", interactive=False)
86
 
87
  with gr.Row():