Tonic commited on
Commit
e3af7cd
·
1 Parent(s): b2977e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -341,7 +341,7 @@ def multimodal_prompt(user_input, system_prompt="You are an expert medical analy
341
 
342
  def process_summary_with_qwen(summary): # TruEra
343
  system_prompt = "You are a medical instructor . Assess and describe the proper options to your students in minute detail. Propose a course of action for them to base their recommendations on based on your description."
344
- response_text = bot.doctor(summary, system_prompt)
345
  return response_text
346
 
347
 
 
341
 
342
  def process_summary_with_qwen(summary): # TruEra
343
  system_prompt = "You are a medical instructor . Assess and describe the proper options to your students in minute detail. Propose a course of action for them to base their recommendations on based on your description."
344
+ response_text = bot.predict(summary, system_prompt)
345
  return response_text
346
 
347