Spaces:
Runtime error
Runtime error
Upload folder using huggingface_hub
Browse files
README.md
CHANGED
@@ -7,8 +7,6 @@ sdk_version: 4.29.0
|
|
7 |
app_file: app.py
|
8 |
pinned: false
|
9 |
license: mit
|
10 |
-
python_version: 3.9
|
11 |
-
emoji: 🐨
|
12 |
---
|
13 |
|
14 |
# `gradio_model4dgs`
|
@@ -257,4 +255,5 @@ The code snippet below is accurate in cases where the component is used as both
|
|
257 |
value: List[str] | None
|
258 |
) -> List[str] | str | None:
|
259 |
return value
|
260 |
-
```
|
|
|
|
7 |
app_file: app.py
|
8 |
pinned: false
|
9 |
license: mit
|
|
|
|
|
10 |
---
|
11 |
|
12 |
# `gradio_model4dgs`
|
|
|
255 |
value: List[str] | None
|
256 |
) -> List[str] | str | None:
|
257 |
return value
|
258 |
+
```
|
259 |
+
|