Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
asky66
/
test_chatboy
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
asky66
commited on
Jul 1, 2024
Commit
454de6f
·
verified
·
1 Parent(s):
e282418
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
CHANGED
Viewed
@@ -60,4 +60,6 @@ demo = gr.ChatInterface(
60
61
62
if __name__ == "__main__":
63
demo.launch()
60
61
62
if __name__ == "__main__":
63
+
import os
64
+
os.system("git status")
65
demo.launch()