Spaces:
Sleeping
Sleeping
Update Space title and remove Gradio footer
Browse files- Changed title to "Person Classification Demo" to trigger rebuild
- Added show_api=False to remove Gradio footer
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
emoji: 📱
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: purple
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Person Classification Demo
|
| 3 |
emoji: 📱
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: purple
|
app.py
CHANGED
|
@@ -408,4 +408,4 @@ with gr.Blocks(
|
|
| 408 |
|
| 409 |
# Launch the demo
|
| 410 |
if __name__ == "__main__":
|
| 411 |
-
demo.launch()
|
|
|
|
| 408 |
|
| 409 |
# Launch the demo
|
| 410 |
if __name__ == "__main__":
|
| 411 |
+
demo.launch(show_api=False)
|