Spaces:
Runtime error
Runtime error
Update README.md
Browse filesDo not use docker, use Gradio instead!
README.md
CHANGED
@@ -1,15 +1,17 @@
|
|
1 |
|
2 |
---
|
3 |
tags: [gradio-custom-component]
|
4 |
-
title: gradio_notebook
|
5 |
-
|
6 |
-
|
7 |
-
|
|
|
|
|
|
|
8 |
pinned: false
|
9 |
-
license:
|
10 |
-
python_version: 3.10.11
|
11 |
---
|
12 |
|
13 |
# Name: gradio_notebook
|
14 |
Description: Interactive notebook playground for Hugging Face models.
|
15 |
-
|
|
|
1 |
|
2 |
---
|
3 |
tags: [gradio-custom-component]
|
4 |
+
title: gradio_notebook
|
5 |
+
emoji: 🌖
|
6 |
+
colorFrom: red
|
7 |
+
colorTo: red
|
8 |
+
sdk: gradio
|
9 |
+
sdk_version: 4.16.0
|
10 |
+
app_file: app.py
|
11 |
pinned: false
|
12 |
+
license: mit
|
|
|
13 |
---
|
14 |
|
15 |
# Name: gradio_notebook
|
16 |
Description: Interactive notebook playground for Hugging Face models.
|
17 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|