Spaces:
Build error
Build error
Commit
·
729d217
1
Parent(s):
1cddb7d
ffdfdd
Browse files
README.md
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
title: LLaMA-Omni Demo
|
3 |
+
emoji: 🚀
|
4 |
+
colorFrom: indigo
|
5 |
+
colorTo: green
|
6 |
+
sdk: gradio
|
7 |
+
python_version: "3.10"
|
8 |
+
sdk_version: "3.50.2"
|
9 |
+
app_file: app.py
|
10 |
+
pinned: false
|
11 |
+
# Considere adicionar hardware se necessário (GPU)
|
12 |
+
# Ex: hardware: nvidia-t4
|
13 |
+
---
|
14 |
+
|
15 |
+
Este é um Hugging Face Space para demonstrar o modelo LLaMA-Omni.
|