Update app.py
Browse files
app.py
CHANGED
@@ -27,4 +27,4 @@ description = 'An AI assistant that works on the Microsoft Phi 2 model, which ha
|
|
27 |
title = 'AI Chat bot finetuned on Microsoft Phi 2 model using QLORA'
|
28 |
iface = gr.Interface(fn=QLoRA_Chatgpt, inputs=gr.Textbox("how can help you today", label='prompt'), outputs=gr.Textbox(label='Generated-output',scale = 2), title = title,
|
29 |
description = description)
|
30 |
-
iface.launch(share=True)
|
|
|
27 |
title = 'AI Chat bot finetuned on Microsoft Phi 2 model using QLORA'
|
28 |
iface = gr.Interface(fn=QLoRA_Chatgpt, inputs=gr.Textbox("how can help you today", label='prompt'), outputs=gr.Textbox(label='Generated-output',scale = 2), title = title,
|
29 |
description = description)
|
30 |
+
iface.launch(share=True)
|