Spaces:
Running
Running
Updated README.md with correct configuration format
Browse files
README.md
CHANGED
@@ -7,9 +7,11 @@ sdk: streamlit
|
|
7 |
sdk_version: 1.40.2
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
-
license:
|
11 |
---
|
12 |
|
|
|
|
|
13 |
# Tümör Tespit Sistemi
|
14 |
|
15 |
Bu uygulama, MR görüntüleri üzerinden tümör tespiti ve analiz yapmaktadır. Streamlit kullanılarak geliştirilmiş bir web uygulamasıdır.
|
@@ -98,5 +100,3 @@ Bu projenin amacı, beyin MR görüntülerini analiz ederek tümör olup olmadı
|
|
98 |
```bash
|
99 |
pip install -r requirements.txt
|
100 |
```
|
101 |
-
|
102 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
7 |
sdk_version: 1.40.2
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
+
license: mit
|
11 |
---
|
12 |
|
13 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
14 |
+
|
15 |
# Tümör Tespit Sistemi
|
16 |
|
17 |
Bu uygulama, MR görüntüleri üzerinden tümör tespiti ve analiz yapmaktadır. Streamlit kullanılarak geliştirilmiş bir web uygulamasıdır.
|
|
|
100 |
```bash
|
101 |
pip install -r requirements.txt
|
102 |
```
|
|
|
|