Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -75,7 +75,7 @@ def extract_medicine_names(api_key, image_path, model_choice):
|
|
75 |
return f"Error: {str(e)}"
|
76 |
|
77 |
# Define the Gradio interface
|
78 |
-
with gr.Blocks(title="Medicine Name Extractor", theme=gr.themes.
|
79 |
gr.Markdown("# Medicine Name Extractor")
|
80 |
gr.Markdown("Upload a prescription image and the app will extract medication names using AI vision models.")
|
81 |
|
|
|
75 |
return f"Error: {str(e)}"
|
76 |
|
77 |
# Define the Gradio interface
|
78 |
+
with gr.Blocks(title="Medicine Name Extractor", theme=gr.themes.Ocean()) as app:
|
79 |
gr.Markdown("# Medicine Name Extractor")
|
80 |
gr.Markdown("Upload a prescription image and the app will extract medication names using AI vision models.")
|
81 |
|