gourisankar85 commited on
Commit
b2d110e
·
verified ·
1 Parent(s): d1eeaf0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -11
README.md CHANGED
@@ -1,12 +1,10 @@
1
  ---
2
- title: Rag Bench Evaluation
3
- emoji: 🔥
4
- colorFrom: red
5
- colorTo: yellow
6
- sdk: gradio
7
- sdk_version: 5.16.0
8
- app_file: app.py
9
- pinned: false
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
+ ---