CoolFace
Apppublic

AlirezaDelavari/Final_Assignment_Template

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes
README.md19 linesDownload Raw Back to root
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.