Spaces:
Sleeping
Sleeping
File size: 1,384 Bytes
5567cbd 1976be2 a462f84 52ca765 dc4c88e 52ca765 b754671 52ca765 b754671 52ca765 b754671 5567cbd |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 |
---
title: CSDS553 Demo
emoji: 💬
colorFrom: yellow
colorTo: purple
sdk: gradio
sdk_version: 5.42.0
app_file: src/app.py
pinned: false
hf_oauth: true
hf_oauth_scopes:
- inference-api
---
When a developer pushes something to GitHub, it is set up to run tests and sync with Huggingface. If a developer attempts to push a change to GitHub that fails the test or errors while compiling, it will abort the push to HuggingFace, so any poor code that would impact the product doesn’t get to the clients. A message will be sent to our team's Discord server telling us how many of the tests failed and which tests failed.
If all of the tests pass, then GitHub will sync. A message will be sent to the teams that all tests passed and the product was synced with Hugging Face.
This github links to huggingface:
- Q/A Environment [CSDS553 Demo - a Hugging Face Space by essmith46er](https://huggingface.co/spaces/essmith46er/CSDS553_Demo)
- Release Environment [Diogenic AI - a Hugging Face Space by essmith46er](https://huggingface.co/spaces/essmith46er/diogenic-ai)
The .github folder syncs github with huggingface and sends notifications to discord
The Cm folder contains the structure for the philosophers and the user interface
The Src folder conation files handling the user interface and logic for talking to the model
The tests folder contains all test files.
Push!!! (#4)
|