gourisankar85 commited on
Commit
61efbc3
·
verified ·
1 Parent(s): 3ef91a8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -2,6 +2,7 @@
2
  sdk: gradio # or 'streamlit' based on your app
3
  license: apache-2.0
4
  hardware: gpu # Optional, if your app needs GPU
 
5
  tags:
6
  - gradio
7
  - rag-pipeline
 
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-pipeline