Spaces:
Runtime error
Runtime error
kirp
commited on
Commit
·
ed610fa
1
Parent(s):
ba444f5
app.py
CHANGED
@@ -61,8 +61,11 @@ g = gr.Interface(
|
|
61 |
label="Output",
|
62 |
)
|
63 |
],
|
64 |
-
title="
|
65 |
-
description=
|
|
|
|
|
|
|
66 |
)
|
67 |
g.queue(concurrency_count=2)
|
68 |
g.launch()
|
|
|
61 |
label="Output",
|
62 |
)
|
63 |
],
|
64 |
+
title = "TinyLlama 1.1B Chat GGUF",
|
65 |
+
description = """
|
66 |
+
original model: [PY007/TinyLlama-1.1B-Chat-v0.2](https://huggingface.co/PY007/TinyLlama-1.1B-Chat-v0.2)
|
67 |
+
quantized_model: [kirp/TinyLlama-1.1B-Chat-v0.2-gguf](https://huggingface.co/kirp/TinyLlama-1.1B-Chat-v0.2-gguf)
|
68 |
+
"""
|
69 |
)
|
70 |
g.queue(concurrency_count=2)
|
71 |
g.launch()
|