asky66 commited on
Commit
454de6f
1 Parent(s): e282418

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -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()