Spaces:
Sleeping
Sleeping
Commit
•
11cdf4a
1
Parent(s):
db6b571
fix own art link
Browse files
src/app/interface/about/index.tsx
CHANGED
@@ -25,7 +25,7 @@ export function About() {
|
|
25 |
The AI Comic Factory is a free and open-source application made to demonstrate the capabilities of AI models.
|
26 |
</p>
|
27 |
<p>
|
28 |
-
And yes, you can use your <a className="text-stone-600 underline" href="https://huggingface.co/spaces/jbilcke-hf/ai-comic-factory/discussions/402#654ab848fa25dfb780aa19fb">own art to generate comic panels!</a>
|
29 |
</p>
|
30 |
<p>
|
31 |
👉 The language model used to generate the descriptions of each panel is <a className="text-stone-600 underline" href="https://huggingface.co/blog/llama2" target="_blank">Llama-2 70b</a>.
|
|
|
25 |
The AI Comic Factory is a free and open-source application made to demonstrate the capabilities of AI models.
|
26 |
</p>
|
27 |
<p>
|
28 |
+
And yes, you can use your <a className="text-stone-600 underline" href="https://huggingface.co/spaces/jbilcke-hf/ai-comic-factory/discussions/402#654ab848fa25dfb780aa19fb" target="_blank">own art to generate comic panels!</a>
|
29 |
</p>
|
30 |
<p>
|
31 |
👉 The language model used to generate the descriptions of each panel is <a className="text-stone-600 underline" href="https://huggingface.co/blog/llama2" target="_blank">Llama-2 70b</a>.
|