tanyuzhou commited on
Commit
46d43fc
1 Parent(s): e514fc1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -79,8 +79,4 @@ demo = gr.ChatInterface(
79
  )
80
 
81
  if __name__ == "__main__":
82
- global model
83
-
84
- model = load_pretrained_model()
85
-
86
  demo.launch()
 
79
  )
80
 
81
  if __name__ == "__main__":
 
 
 
 
82
  demo.launch()