Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -50,7 +50,7 @@ iface = gr.Interface(
|
|
50 |
fn=generate_text,
|
51 |
inputs="text",
|
52 |
outputs="text",
|
53 |
-
title="Chatbot",
|
54 |
description="This vicuna app is using this model: https://huggingface.co/RinInori/vicuna_finetuned_6_sentiments"
|
55 |
)
|
56 |
iface.launch()
|
|
|
50 |
fn=generate_text,
|
51 |
inputs="text",
|
52 |
outputs="text",
|
53 |
+
title="Vicuna Chatbot",
|
54 |
description="This vicuna app is using this model: https://huggingface.co/RinInori/vicuna_finetuned_6_sentiments"
|
55 |
)
|
56 |
iface.launch()
|