DeepLearning101 commited on
Commit
83ed037
·
verified ·
1 Parent(s): 47b7974

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -9
app.py CHANGED
@@ -318,14 +318,8 @@ with gr.Blocks(title="Prof.404 開箱教授去哪兒?", theme=gr.themes.Soft()
318
  gr.Markdown("""
319
  <div align="center">
320
 
321
- # 🎓 Prof.404 - 開箱教授去哪兒?
322
-
323
- [![Hugging Face Spaces](https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Spaces-blue)](https://huggingface.co/spaces/DeepLearning101/Prof.404) &nbsp;
324
- [![GitHub](https://img.shields.io/badge/GitHub-Repo-black)](https://github.com/Deep-Learning-101/prof-404) &nbsp;
325
- [![Powered by](https://img.shields.io/badge/Powered%20by-Gemini%20Pro-4285F4?logo=google)](https://deepmind.google/technologies/gemini/)
326
-
327
- **學術研究啟程的導航系統,拒絕當科研路上的無頭蒼蠅 🪰** <span style="font-size: 0.9em; color: gray;">(全新升級:支援雲端同步!Space 重啟資料不遺失 🔄 | API KEY RPD,建議自行 Fork)</span>
328
-
329
  👉 歡迎 Star [GitHub](https://github.com/Deep-Learning-101/prof-404) ⭐ 覺得不錯 👈
330
  </div>
331
 
@@ -333,7 +327,6 @@ with gr.Blocks(title="Prof.404 開箱教授去哪兒?", theme=gr.themes.Soft()
333
 
334
  <div align="center">
335
  <h3>🧠 補腦專區:<a href="https://deep-learning-101.github.io/" target="_blank">Deep Learning 101</a></h3>
336
- </div>
337
 
338
  | 🔥 技術傳送門 (Tech Stack) | 📚 必讀心法 (Must Read) |
339
  | :--- | :--- |
@@ -341,6 +334,7 @@ with gr.Blocks(title="Prof.404 開箱教授去哪兒?", theme=gr.themes.Soft()
341
  | 📝 [**自然語言處理 (NLP)**](https://deep-learning-101.github.io/Natural-Language-Processing) | 📊 [**評測篇:臺灣 LLM 分析**](https://deep-learning-101.github.io/Blog/TW-LLM-Benchmark) |
342
  | 👁️ [**電腦視覺 (CV)**](https://deep-learning-101.github.io//Computer-Vision) | 🛠️ [**實戰篇:打造高精準 RAG**](https://deep-learning-101.github.io/RAG) |
343
  | 🎤 [**語音處理 (Speech)**](https://deep-learning-101.github.io/Speech-Processing) | 🕳️ [**避坑篇:AI Agent 開發陷阱**](https://deep-learning-101.github.io/agent) |
 
344
  """)
345
 
346
  with gr.Row():
 
318
  gr.Markdown("""
319
  <div align="center">
320
 
321
+ # 🎓 Prof.404 - 開箱教授去哪兒?
322
+ **學術研究啟程的導航系統,拒絕當科研路上的無頭蒼蠅 🪰** | API KEY RPD,建議自行 Fork)</span>
 
 
 
 
 
 
323
  👉 歡迎 Star [GitHub](https://github.com/Deep-Learning-101/prof-404) ⭐ 覺得不錯 👈
324
  </div>
325
 
 
327
 
328
  <div align="center">
329
  <h3>🧠 補腦專區:<a href="https://deep-learning-101.github.io/" target="_blank">Deep Learning 101</a></h3>
 
330
 
331
  | 🔥 技術傳送門 (Tech Stack) | 📚 必讀心法 (Must Read) |
332
  | :--- | :--- |
 
334
  | 📝 [**自然語言處理 (NLP)**](https://deep-learning-101.github.io/Natural-Language-Processing) | 📊 [**評測篇:臺灣 LLM 分析**](https://deep-learning-101.github.io/Blog/TW-LLM-Benchmark) |
335
  | 👁️ [**電腦視覺 (CV)**](https://deep-learning-101.github.io//Computer-Vision) | 🛠️ [**實戰篇:打造高精準 RAG**](https://deep-learning-101.github.io/RAG) |
336
  | 🎤 [**語音處理 (Speech)**](https://deep-learning-101.github.io/Speech-Processing) | 🕳️ [**避坑篇:AI Agent 開發陷阱**](https://deep-learning-101.github.io/agent) |
337
+ </div>
338
  """)
339
 
340
  with gr.Row():