Spaces:
Sleeping
Sleeping
Use Python 3.11 for Gradio compatibility
Browse files
README.md
CHANGED
|
@@ -1,9 +1,10 @@
|
|
| 1 |
---
|
| 2 |
title: Floor Plan Detection
|
| 3 |
-
emoji:
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: green
|
| 6 |
sdk: gradio
|
|
|
|
| 7 |
sdk_version: 4.44.0
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
|
@@ -12,3 +13,13 @@ pinned: false
|
|
| 12 |
# Floor Plan Detection
|
| 13 |
|
| 14 |
Upload a floor plan image to detect rooms, doors, and windows using Roboflow AI.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
title: Floor Plan Detection
|
| 3 |
+
emoji: 🏠
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: green
|
| 6 |
sdk: gradio
|
| 7 |
+
python_version: 3.11
|
| 8 |
sdk_version: 4.44.0
|
| 9 |
app_file: app.py
|
| 10 |
pinned: false
|
|
|
|
| 13 |
# Floor Plan Detection
|
| 14 |
|
| 15 |
Upload a floor plan image to detect rooms, doors, and windows using Roboflow AI.
|
| 16 |
+
|
| 17 |
+
## Required Secret
|
| 18 |
+
|
| 19 |
+
Set this Hugging Face Space secret before using live detection:
|
| 20 |
+
|
| 21 |
+
```text
|
| 22 |
+
ROBOFLOW_API_KEY
|
| 23 |
+
```
|
| 24 |
+
|
| 25 |
+
If the secret is missing, the app will still load, but detection results will be empty with an error message.
|