Spaces:
Sleeping
Sleeping
File size: 265 Bytes
e8b4796 12377a0 e8b4796 12377a0 e8b4796 12377a0 e8b4796 12377a0 e8b4796 12377a0 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 |
# Python
__pycache__/
*.py[cod]
*.class
# Virtual Environment
gradio_env/
venv/
ENV/
# Gradio
flagged/
# IDEs
.vscode/
.idea/
# OS generated files
.DS_Store
Thumbs.db
# Logs
*.log
# Jupyter Notebook
.ipynb_checkpoints
# Gradio temporary files
tmp/
env
*.txt
|