YUGOROU
Add gradio app using YUGOROU Soba-or-Udon model
1485906

A newer version of the Gradio SDK is available: 5.46.1

Upgrade

ToDo

  • Determine the latest stable versions of the following libraries:
    • transformers (use latest)
    • gradio (example: 5.36.2 is currently latest)
    • torch (avoid 2.3.x)
    • other helpful packages (e.g. Pillow, safetensors)
  • Populate requirements.txt with the collected versions.
  • Implement app.py to run the YUGOROU/Soba-or-Udon-vit model from Hugging Face using the transformers library.
  • Build a simple Gradio interface for image classification.
    • Add a title and a short description at the top of the UI.
    • Accept an image input and show the predicted label as output.
  • Ensure the app can run smoothly in a Hugging Face Spaces environment.