Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -10,16 +10,17 @@ MAIN1="""
|
|
10 |
|
11 |
# ⚙️ Projects Made During the Course
|
12 |
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
2. | [Hugging Face Text Generation Tester](https://huggingface.co/spaces/xyizko/HF_Model_Test) | Using the Hugging Face Inference API to test various text generation models
|
17 |
-
3. | [Bybit Blocked Wallet Address Checker](https://huggingface.co/spaces/xyizko/BybitBlockedAddressChecker) | Check if a wallet address is on a blocklist, and use an LLM to determine the chain the wallet belongs to
|
18 |
|
19 |
# ✒️ Course Mandated Execercises
|
20 |
|
21 |
# 📜 Certificates Issued
|
22 |
|
|
|
|
|
|
|
23 |
"""
|
24 |
|
25 |
def main():
|
|
|
10 |
|
11 |
# ⚙️ Projects Made During the Course
|
12 |
|
13 |
+
1. [Joke Generator - NO AI](https://huggingface.co/spaces/xyizko/xo-JokeGen-NoAI) - Gradio app that calls a Jokes API
|
14 |
+
2. [Hugging Face Text Generation Tester](https://huggingface.co/spaces/xyizko/HF_Model_Test) - Using the Hugging Face Inference API to test various text generation models
|
15 |
+
3. [Bybit Blocked Wallet Address Checker](https://huggingface.co/spaces/xyizko/BybitBlockedAddressChecker) - Check if a wallet address is on a blocklist, and use an LLM to determine the chain the wallet belongs to
|
|
|
|
|
16 |
|
17 |
# ✒️ Course Mandated Execercises
|
18 |
|
19 |
# 📜 Certificates Issued
|
20 |
|
21 |
+
1. [Unit 1 - Pass Certifcate](https://huggingface.co/spaces/agents-course/unit_1_quiz/discussions/80)
|
22 |
+
|
23 |
+
|
24 |
"""
|
25 |
|
26 |
def main():
|