Spaces:
Sleeping
Sleeping
Commit
·
1b2ea86
1
Parent(s):
40d6c86
quick update
Browse files- .gitignore +1 -0
- app.py +2 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
__pycache__
|
app.py
CHANGED
@@ -152,3 +152,5 @@ with gr.Blocks(css=css) as demo:
|
|
152 |
|
153 |
if __name__ == "__main__":
|
154 |
demo.launch()
|
|
|
|
|
|
152 |
|
153 |
if __name__ == "__main__":
|
154 |
demo.launch()
|
155 |
+
|
156 |
+
print()
|