r0cketboy commited on
Commit
d31deba
·
verified ·
1 Parent(s): 00ce6b5

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. app.py +5 -0
  2. 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