DR-Rakshitha commited on
Commit
5e527b8
·
1 Parent(s): b13a359

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="Wizardlm-13b-v1",
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()