Spaces:
Sleeping
Sleeping
Commit ·
fa5006a
1
Parent(s): 8d68912
Refactor code structure for improved readability and maintainability
Browse files- .gitignore +3 -1
- README.md +0 -0
- app-cli.py +0 -0
- app.py +0 -0
.gitignore
CHANGED
|
@@ -1,2 +1,4 @@
|
|
| 1 |
myenv/*
|
| 2 |
-
myenv/**/*
|
|
|
|
|
|
|
|
|
| 1 |
myenv/*
|
| 2 |
+
myenv/**/*
|
| 3 |
+
.gradio/
|
| 4 |
+
flagged/
|
README.md
CHANGED
|
File without changes
|
app-cli.py
CHANGED
|
File without changes
|
app.py
CHANGED
|
File without changes
|