Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -38,7 +38,7 @@ def process_reports(files):
|
|
| 38 |
|
| 39 |
# Build Gradio UI
|
| 40 |
with gr.Blocks() as demo:
|
| 41 |
-
gr.Markdown("## 🩺 Sheami - Smart Healthcare
|
| 42 |
|
| 43 |
with gr.Row():
|
| 44 |
file_input = gr.File(
|
|
|
|
| 38 |
|
| 39 |
# Build Gradio UI
|
| 40 |
with gr.Blocks() as demo:
|
| 41 |
+
gr.Markdown("## 🩺 Sheami - Smart Healthcare Excellence Through Artificial Medical Intelligence")
|
| 42 |
|
| 43 |
with gr.Row():
|
| 44 |
file_input = gr.File(
|