Spaces:
Runtime error
Runtime error
Kirili4ik
commited on
Commit
·
2c96182
1
Parent(s):
ae84b44
update readme
Browse files
README.md
CHANGED
@@ -1,35 +1,29 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
<img src="https://raw.githubusercontent.com/Kirili4ik/ruDialoGpt3-finetune-colab/main/sample1.jpg">
|
31 |
-
<img src="https://raw.githubusercontent.com/Kirili4ik/ruDialoGpt3-finetune-colab/main/sample2.jpg">
|
32 |
-
</details>
|
33 |
-
|
34 |
-
|
35 |
-
[](https://colab.research.google.com/drive/1fnAVURjyZRK9VQg1Co_-SKUQnRES8l9R?usp=sharing#scrollTo=psXZnJk0Eo3J) Inference part
|
|
|
1 |
+
---
|
2 |
+
title: Chat with Kirill
|
3 |
+
emoji: 💬
|
4 |
+
colorFrom: red
|
5 |
+
colorTo: purple
|
6 |
+
sdk: gradio
|
7 |
+
app_file: app.py
|
8 |
+
pinned: true
|
9 |
+
---
|
10 |
+
|
11 |
+
# Configuration
|
12 |
+
`title`: _string_
|
13 |
+
Display title for the Space
|
14 |
+
`emoji`: _string_
|
15 |
+
Space emoji (emoji-only character allowed)
|
16 |
+
`colorFrom`: _string_
|
17 |
+
Color for Thumbnail gradient (red, yellow, green, blue, indigo, purple, pink, gray)
|
18 |
+
`colorTo`: _string_
|
19 |
+
Color for Thumbnail gradient (red, yellow, green, blue, indigo, purple, pink, gray)
|
20 |
+
`sdk`: _string_
|
21 |
+
Can be either `gradio` or `streamlit`
|
22 |
+
`sdk_version` : _string_
|
23 |
+
Only applicable for `streamlit` SDK.
|
24 |
+
See [doc](https://hf.co/docs/hub/spaces) for more info on supported versions.
|
25 |
+
`app_file`: _string_
|
26 |
+
Path to your main application file (which contains either `gradio` or `streamlit` Python code).
|
27 |
+
Path is relative to the root of the repository.
|
28 |
+
`pinned`: _boolean_
|
29 |
+
Whether the Space stays on top of your list.
|
|
|
|
|
|
|
|
|
|
|
|