DR-Rakshitha commited on
Commit
b13a359
·
1 Parent(s): 9a04a2b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,5 +17,5 @@ text_generation_interface = gr.Interface(
17
  gr.inputs.Textbox(label="Input Text"),
18
  ],
19
  outputs=gr.inputs.Textbox(label="Generated Text"),
20
- title="Falcon-7B Instruct",
21
  ).launch()
 
17
  gr.inputs.Textbox(label="Input Text"),
18
  ],
19
  outputs=gr.inputs.Textbox(label="Generated Text"),
20
+ title="Wizardlm-13b-v1",
21
  ).launch()