Menghuan1918 commited on
Commit
57a9201
1 Parent(s): 03aafe3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -43,6 +43,7 @@ gradio_app = gr.Interface(
43
  )
44
 
45
  if __name__ == "__main__":
 
46
  model, preprocess, tokenizer = start()
47
  # If you want to run it locally, you can use the following code :(
48
  gradio_app.launch()
 
43
  )
44
 
45
  if __name__ == "__main__":
46
+ print("Start loading model...")
47
  model, preprocess, tokenizer = start()
48
  # If you want to run it locally, you can use the following code :(
49
  gradio_app.launch()