Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,12 +1,10 @@
|
|
| 1 |
---
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
---
|
| 11 |
-
|
| 12 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 1 |
---
|
| 2 |
+
sdk: gradio # or 'streamlit' based on your app
|
| 3 |
+
license: apache-2.0
|
| 4 |
+
hardware: gpu # Optional, if your app needs GPU
|
| 5 |
+
app_file: main.py # Ensure HF Spaces runs main.py instead of app.py
|
| 6 |
+
tags:
|
| 7 |
+
- gradio
|
| 8 |
+
- rag-system-evaluation
|
| 9 |
+
- example
|
| 10 |
+
---
|
|
|
|
|
|