Update README.md
Browse files
README.md
CHANGED
|
@@ -7,6 +7,7 @@ sdk: gradio
|
|
| 7 |
sdk_version: 4.44.1
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
# I See
|
|
@@ -25,4 +26,4 @@ The app uses `meta-llama/Llama-3.1-8B-Instruct` as the game master. When the pla
|
|
| 25 |
|
| 26 |
You can change the model by setting `HF_MODEL_ID` in the Space environment.
|
| 27 |
|
| 28 |
-
The app binds to Hugging Face's expected host and port automatically through the `PORT` environment variable.
|
|
|
|
| 7 |
sdk_version: 4.44.1
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
+
license: mit
|
| 11 |
---
|
| 12 |
|
| 13 |
# I See
|
|
|
|
| 26 |
|
| 27 |
You can change the model by setting `HF_MODEL_ID` in the Space environment.
|
| 28 |
|
| 29 |
+
The app binds to Hugging Face's expected host and port automatically through the `PORT` environment variable.
|