Spaces:
Sleeping
Sleeping
initial commit
Browse files
README.md
CHANGED
|
@@ -6,9 +6,9 @@ colorTo: red
|
|
| 6 |
sdk: docker
|
| 7 |
app_port: 6900
|
| 8 |
fullWidth: true
|
| 9 |
-
#suggested_storage: small
|
| 10 |
tags:
|
| 11 |
-
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
This is the Argilla Space Template you can use to deploy and run your own instance of Argilla on the Hugging Face Hub, for labeling, fun, and active learning loops!
|
|
|
|
| 6 |
sdk: docker
|
| 7 |
app_port: 6900
|
| 8 |
fullWidth: true
|
|
|
|
| 9 |
tags:
|
| 10 |
+
- argilla
|
| 11 |
+
license: mit
|
| 12 |
---
|
| 13 |
|
| 14 |
This is the Argilla Space Template you can use to deploy and run your own instance of Argilla on the Hugging Face Hub, for labeling, fun, and active learning loops!
|
app.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import gradio as gr
|
| 2 |
+
|
| 3 |
+
gr.load("models/meta-llama/Llama-2-7b-chat-hf").launch()
|