Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -6,7 +6,7 @@ from sentence_transformers import SentenceTransformer
|
|
| 6 |
from huggingface_hub import InferenceClient
|
| 7 |
from typing import List, Tuple
|
| 8 |
|
| 9 |
-
app = Flask(__name__)
|
| 10 |
|
| 11 |
# Default settings
|
| 12 |
class ChatConfig:
|
|
|
|
| 6 |
from huggingface_hub import InferenceClient
|
| 7 |
from typing import List, Tuple
|
| 8 |
|
| 9 |
+
app = Flask(__name__, template_folder=os.getcwd())
|
| 10 |
|
| 11 |
# Default settings
|
| 12 |
class ChatConfig:
|