Update README.md
Browse files
README.md
CHANGED
@@ -8,6 +8,8 @@ tags:
|
|
8 |
license: apache-2.0
|
9 |
language:
|
10 |
- en
|
|
|
|
|
11 |
---
|
12 |
|
13 |
# Uploaded model
|
@@ -87,9 +89,4 @@ demo = gr.Interface(
|
|
87 |
description="Upload an image and provide instructions to generate radiology descriptions.\nExample instruction : You are an expert radiographer. Describe accurately what you see in this image.",
|
88 |
)
|
89 |
demo.launch(server_port=8030, debug=True)
|
90 |
-
```
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
|
|
8 |
license: apache-2.0
|
9 |
language:
|
10 |
- en
|
11 |
+
datasets:
|
12 |
+
- unsloth/Radiology_mini
|
13 |
---
|
14 |
|
15 |
# Uploaded model
|
|
|
89 |
description="Upload an image and provide instructions to generate radiology descriptions.\nExample instruction : You are an expert radiographer. Describe accurately what you see in this image.",
|
90 |
)
|
91 |
demo.launch(server_port=8030, debug=True)
|
92 |
+
```
|
|
|
|
|
|
|
|
|
|