Sunirmala commited on
Commit
90d0c8d
·
verified ·
1 Parent(s): 0781602

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ def QLoRA_Chatgpt(prompt):
31
 
32
 
33
  # Define Interface
34
- description = 'An AI assistant that works on the Microsoft Phi 2 model, which has been finetuned on the MedQuad dataset using the QLora method, operates effectively. '
35
  title = 'AI Chat bot finetuned on Microsoft Phi 2 model using QLORA'
36
  iface = gr.Interface(
37
  fn=QLoRA_Chatgpt,
 
31
 
32
 
33
  # Define Interface
34
+ description = 'An AI assistant that works on the Microsoft Phi 2 model, which has been finetuned on the MedQuad dataset using the QLora method, operates effectively. Created by Sunirmala Mohanta and Junaid Naeemulla Khan'
35
  title = 'AI Chat bot finetuned on Microsoft Phi 2 model using QLORA'
36
  iface = gr.Interface(
37
  fn=QLoRA_Chatgpt,