Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -54,6 +54,6 @@ iface = gr.Interface(
|
|
54 |
inputs="text",
|
55 |
outputs="text",
|
56 |
title="Chatbot",
|
57 |
-
description="This app is using this model: https://huggingface.co/TheBloke/stable-vicuna-13B-HF"
|
58 |
)
|
59 |
iface.launch()
|
|
|
54 |
inputs="text",
|
55 |
outputs="text",
|
56 |
title="Chatbot",
|
57 |
+
description="This vicuna app is using this model: https://huggingface.co/TheBloke/stable-vicuna-13B-HF"
|
58 |
)
|
59 |
iface.launch()
|