Spaces:
Runtime error
Runtime error
Commit
·
5e527b8
1
Parent(s):
b13a359
Update app.py
Browse files
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="
|
| 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()
|