nadaaaita commited on
Commit
6a275c0
·
1 Parent(s): b1e6513

minor changes

Browse files
Files changed (2) hide show
  1. .gitignore +1 -1
  2. app.py +1 -1
.gitignore CHANGED
@@ -2,4 +2,4 @@
2
  *.pyc
3
  __pycache__
4
  notebooks/.ipynb_checkpoints
5
- notebooks/*.ipynb
 
2
  *.pyc
3
  __pycache__
4
  notebooks/.ipynb_checkpoints
5
+ /notebooks/
app.py CHANGED
@@ -134,4 +134,4 @@ username = os.getenv("USERNAME")
134
  password = os.getenv("PASSWORD")
135
 
136
  # Launch the interface
137
- demo.launch(share=True, auth=(username, password))
 
134
  password = os.getenv("PASSWORD")
135
 
136
  # Launch the interface
137
+ demo.launch(share=True, auth=(username, password), debug=True)