Kalyangotimothy
commited on
Commit
·
c5c5059
1
Parent(s):
bf98f34
Add Hugging Face Space configuration to README
Browse files
README.md
CHANGED
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# 🏥 Skin Disease AI Assistant
|
2 |
|
3 |
An AI-powered assistant for skin disease analysis and diagnosis support, built with fine-tuned TinyLlama model.
|
|
|
1 |
+
---
|
2 |
+
title: Skin Disease AI Assistant
|
3 |
+
emoji: 🏥
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: green
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: "4.44.0"
|
8 |
+
app_file: gradio-app.py
|
9 |
+
pinned: false
|
10 |
+
---
|
11 |
+
|
12 |
# 🏥 Skin Disease AI Assistant
|
13 |
|
14 |
An AI-powered assistant for skin disease analysis and diagnosis support, built with fine-tuned TinyLlama model.
|