Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
β’
d4be055
1
Parent(s):
d99e603
decommissioning the ai-clip-factory
Browse files
src/app/interface/bottom-bar/index.tsx
CHANGED
@@ -79,7 +79,10 @@ export function BottomBar() {
|
|
79 |
`scale-[0.9]`
|
80 |
)}>
|
81 |
<About />
|
82 |
-
|
|
|
|
|
|
|
83 |
</div>
|
84 |
<div className={cn(
|
85 |
`flex flex-row`,
|
|
|
79 |
`scale-[0.9]`
|
80 |
)}>
|
81 |
<About />
|
82 |
+
{/*
|
83 |
+
Thank you clip factory for your service π«‘
|
84 |
+
<AIClipFactory />
|
85 |
+
*/}
|
86 |
</div>
|
87 |
<div className={cn(
|
88 |
`flex flex-row`,
|