Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -187,6 +187,14 @@ def extract_glb(
|
|
187 |
|
188 |
|
189 |
with gr.Blocks(delete_cache=(600, 600)) as demo:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
190 |
gr.Markdown("""
|
191 |
## HundAI 3D Game Assets Generator
|
192 |
""")
|
|
|
187 |
|
188 |
|
189 |
with gr.Blocks(delete_cache=(600, 600)) as demo:
|
190 |
+
gr.Markdown("""
|
191 |
+
<style>
|
192 |
+
footer {
|
193 |
+
display: none;
|
194 |
+
}
|
195 |
+
</style>
|
196 |
+
""")
|
197 |
+
|
198 |
gr.Markdown("""
|
199 |
## HundAI 3D Game Assets Generator
|
200 |
""")
|