AlirezaDelavari/Final_Assignment_Template
0
1---2title: Template Final Assignment3emoji: ๐ต๐ปโโ๏ธ4colorFrom: indigo5colorTo: indigo6sdk: docker7# sdk_version: 5.25.28# app_file: app.py9pinned: false10hf_oauth: true11hf_oauth_expiration_minutes: 48012---13 14# Template Final Assignment15 16This demo pulls **qwen2.5:7b-instruct** via Ollama on startup, then launches `app.py` (a Gradio UI) to interact with the model. 17You can log in with your Hugging Face account (OAuth is enabled) to access any protected endpoints.18 19To see the source code, open `app.py` in the Files tab. 