Gosula commited on
Commit
e27c960
·
verified ·
1 Parent(s): 2f468d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)