Spaces:
Sleeping
Sleeping
Commit ·
6723b37
1
Parent(s): e5c9ffd
Update README.md
Browse files
README.md
CHANGED
|
@@ -4,7 +4,7 @@ emoji: 🤖 # An emoji for visual flair
|
|
| 4 |
colorFrom: blue # Starting color for thumbnail gradient (options: red, yellow, green, blue, indigo, purple, pink, gray)
|
| 5 |
colorTo: green # Ending color for thumbnail gradient
|
| 6 |
sdk: gradio # Required for Gradio apps
|
| 7 |
-
sdk_version:
|
| 8 |
app_file: src/app.py # Path to your main Gradio Python script (relative to repo root; change if your file is named differently, e.g., main.py)
|
| 9 |
pinned: false # Set to true to pin the Space on your profile
|
| 10 |
---
|
|
|
|
| 4 |
colorFrom: blue # Starting color for thumbnail gradient (options: red, yellow, green, blue, indigo, purple, pink, gray)
|
| 5 |
colorTo: green # Ending color for thumbnail gradient
|
| 6 |
sdk: gradio # Required for Gradio apps
|
| 7 |
+
sdk_version: 5.36.2 # Specify a Gradio version; check compatible versions in the docs if needed
|
| 8 |
app_file: src/app.py # Path to your main Gradio Python script (relative to repo root; change if your file is named differently, e.g., main.py)
|
| 9 |
pinned: false # Set to true to pin the Space on your profile
|
| 10 |
---
|