shukdevdatta123 commited on
Commit
e9947d8
·
verified ·
1 Parent(s): 371ab66

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.Soft()) 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
 
 
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