Maksym Batiuk
commited on
Commit
•
f3e6172
1
Parent(s):
417c52d
Fix Hugging Face config file with correct app_file path
Browse files- config.yml +11 -0
config.yml
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
title: RAG-Question-Answering-System
|
3 |
+
emoji: 🧠
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: green
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: 3.23.0
|
8 |
+
app_file: rag-system/app.py
|
9 |
+
pinned: false
|
10 |
+
---
|
11 |
+
|