Jahnavibh Claude commited on
Commit
583aa78
·
1 Parent(s): e480763

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]>

Files changed (2) hide show
  1. README.md +1 -1
  2. app.py +1 -1
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: MobileNetV2 Image Classification
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)