Spaces:
Runtime error
Runtime error
B.T. Atmaja
commited on
Commit
·
739a54a
1
Parent(s):
adf251d
replace samples
Browse files- README.md +29 -1
- samples/denzel_washington.mp3 +0 -0
- samples/heath_ledger_2.mp3 +0 -0
- samples/heath_ledger_3.mp3 +0 -0
README.md
CHANGED
@@ -8,4 +8,32 @@ app_file: app.py
|
|
8 |
pinned: false
|
9 |
---
|
10 |
|
11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
pinned: false
|
9 |
---
|
10 |
|
11 |
+
# Configuration
|
12 |
+
|
13 |
+
title: string
|
14 |
+
Display title for the Space
|
15 |
+
|
16 |
+
emoji: string
|
17 |
+
Space emoji (emoji-only character allowed)
|
18 |
+
|
19 |
+
colorFrom: string
|
20 |
+
Color for Thumbnail gradient (red, yellow, green, blue, indigo, purple, pink, gray)
|
21 |
+
|
22 |
+
colorTo: string
|
23 |
+
Color for Thumbnail gradient (red, yellow, green, blue, indigo, purple, pink, gray)
|
24 |
+
|
25 |
+
sdk: string
|
26 |
+
Can be either gradio or streamlit
|
27 |
+
|
28 |
+
sdk_version : string
|
29 |
+
Only applicable for streamlit SDK.
|
30 |
+
See [doc](https://hf.co/docs/hub/spaces) for more info on supported versions.
|
31 |
+
|
32 |
+
|
33 |
+
app_file: string
|
34 |
+
Path to your main application file (which contains either gradio or streamlit Python code).
|
35 |
+
Path is relative to the root of the repository.
|
36 |
+
|
37 |
+
|
38 |
+
pinned: boolean Whether the Space stays on top of your list.
|
39 |
+
|
samples/denzel_washington.mp3
CHANGED
Binary files a/samples/denzel_washington.mp3 and b/samples/denzel_washington.mp3 differ
|
|
samples/heath_ledger_2.mp3
CHANGED
Binary files a/samples/heath_ledger_2.mp3 and b/samples/heath_ledger_2.mp3 differ
|
|
samples/heath_ledger_3.mp3
DELETED
The diff for this file is too large to render.
See raw diff
|
|