rahul2001 commited on
Commit
ad70a31
Β·
1 Parent(s): 507bdd7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -6,9 +6,9 @@ import time
6
  # Use a pipeline as a high-level helper
7
  from transformers import pipeline
8
 
9
-
10
  pipe = pipeline("conversational", model="llSourcell/medllama2_7b")
11
-
12
  with gr.Blocks() as demo:
13
  chatbot = gr.Chatbot()
14
  msg = gr.Textbox()
 
6
  # Use a pipeline as a high-level helper
7
  from transformers import pipeline
8
 
9
+ print("loading model")
10
  pipe = pipeline("conversational", model="llSourcell/medllama2_7b")
11
+ print("load model")
12
  with gr.Blocks() as demo:
13
  chatbot = gr.Chatbot()
14
  msg = gr.Textbox()