Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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.
|
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 |
|