Spaces:
Running
on
Zero
Running
on
Zero
PseudoTerminal X
commited on
Commit
•
ecd948a
1
Parent(s):
fd948c1
Update app.py
Browse files
app.py
CHANGED
@@ -61,5 +61,12 @@ iface = gr.Interface(
|
|
61 |
"<br />"
|
62 |
"<br />This model is being trained by <strong>Terminus Research Group</strong> with support from <a href='https://fal.ai'>Fal.ai</a>."
|
63 |
" See https://fal.ai/grants for more information on how Fal.ai can help your team."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
64 |
)
|
65 |
).launch()
|
|
|
61 |
"<br />"
|
62 |
"<br />This model is being trained by <strong>Terminus Research Group</strong> with support from <a href='https://fal.ai'>Fal.ai</a>."
|
63 |
" See https://fal.ai/grants for more information on how Fal.ai can help your team."
|
64 |
+
"<br />"
|
65 |
+
"<br />"
|
66 |
+
"<ul>"
|
67 |
+
"<li>Lead trainer: @pseudoterminalx (bghira@GitHub)</li>"
|
68 |
+
"<li>Architecture: @jimmycarter (AmericanPresidentJimmyCarter@GitHub)</li>"
|
69 |
+
"<li>Datasets: @ProGamerGov, @jimmycarter, @pseudoterminalx</li>"
|
70 |
+
"</ul>"
|
71 |
)
|
72 |
).launch()
|