Spaces:
Runtime error
Runtime error
Upload folder using huggingface_hub
Browse files- app.py +5 -0
- requirements.txt +1 -0
app.py
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
demo.launch(
|
| 2 |
+
inbrowser=True,
|
| 3 |
+
allowed_paths=["./chatbot/assets"],
|
| 4 |
+
favicon_path="./chatbot/assets/your_favicon.ico" # Add this line
|
| 5 |
+
)
|
requirements.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
# No additional dependencies required
|