Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,14 +1,16 @@
|
|
| 1 |
---
|
| 2 |
title: CLIP GamePhysics
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 3.0.5
|
| 8 |
app_file: app.py
|
| 9 |
pinned: true
|
| 10 |
---
|
| 11 |
|
|
|
|
|
|
|
| 12 |
# Configuration
|
| 13 |
|
| 14 |
`title`: _string_
|
|
@@ -35,4 +37,4 @@ Path to your main application file (which contains either `gradio` or `streamlit
|
|
| 35 |
Path is relative to the root of the repository.
|
| 36 |
|
| 37 |
`pinned`: _boolean_
|
| 38 |
-
Whether the Space stays on top of your list.
|
|
|
|
| 1 |
---
|
| 2 |
title: CLIP GamePhysics
|
| 3 |
+
emoji: 💻
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: red
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 3.0.5
|
| 8 |
app_file: app.py
|
| 9 |
pinned: true
|
| 10 |
---
|
| 11 |
|
| 12 |
+
[Paper](https://arxiv.org/abs/2203.11096)
|
| 13 |
+
|
| 14 |
# Configuration
|
| 15 |
|
| 16 |
`title`: _string_
|
|
|
|
| 37 |
Path is relative to the root of the repository.
|
| 38 |
|
| 39 |
`pinned`: _boolean_
|
| 40 |
+
Whether the Space stays on top of your list.
|