Update app.py
Browse filesremoved the tool="editor" argument
app.py
CHANGED
|
@@ -76,7 +76,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
| 76 |
with gr.Row():
|
| 77 |
with gr.Column():
|
| 78 |
gr.Markdown("### 📸 Upload or Capture an Image")
|
| 79 |
-
image_input = gr.Image(type="pil",
|
| 80 |
|
| 81 |
with gr.Column():
|
| 82 |
gr.Markdown("### 💊 Recognized Drug Name")
|
|
|
|
| 76 |
with gr.Row():
|
| 77 |
with gr.Column():
|
| 78 |
gr.Markdown("### 📸 Upload or Capture an Image")
|
| 79 |
+
image_input = gr.Image(type="pil", label="Upload or Capture Prescription")
|
| 80 |
|
| 81 |
with gr.Column():
|
| 82 |
gr.Markdown("### 💊 Recognized Drug Name")
|