MakiAi commited on
Commit
6075b24
·
1 Parent(s): c380e81

[refactor] README.mdとapp.pyの重要な更新

Browse files

プロジェクトのメタデータとアプリケーションファイルに大規模な更新を行いました。具体的な変更内容は以下の通りです:

### README.mdのメタデータ更新
- **タイトル**: 「HarmonAI II」から「KotobaTranscriber」に変更しました。
- **絵文字**: プロジェクトの象徴として `🌍` (地球) を新たに選定しました。
- **カラースキーム**: プロジェクトのカラースキームを青から赤へ変更しました。
- **SDKバージョン更新**: SDKを「streamlit」から「gradio」に変更し、そのバージョンを1.33.0から4.27.0にアップデートしました。
- **イメージリンクの変更**: メイン画像のリンクをGitHubからmedia.githubusercontent.comへ移行しました。これにより、画像の読み込み速度が向上する可能性があります。

### app.pyの変更
- **説明テキストの変更**: 「Rick and Morty」に基づいた旧説明文を削除し、プロジェクトに合わせた新しい画像リンクを設定しました。これにより、アプリケーションのUIが一貫性を持つようになります。

これらの更新により、プロジェクトのブランドとユーザーインターフェースが新しい方向性に合わせて一新され、現代のウェブ標準に適合するよう改善されました。

Files changed (2) hide show
  1. README.md +7 -9
  2. app.py +1 -2
README.md CHANGED
@@ -1,18 +1,16 @@
1
  ---
2
- title: HarmonAI II
3
- emoji: 🌖
4
- colorFrom: purple
5
- colorTo: gray
6
- sdk: streamlit
7
- sdk_version: 1.33.0
8
  app_file: app.py
9
  pinned: false
10
- license: mit
11
  ---
12
 
13
-
14
  <p align="center">
15
- <img src="https://github.com/Sunwood-ai-labs/KotobaTranscriber/blob/main/docs/ship2.gif" width="100%">
16
  <br>
17
  <h1 align="center">KotobaTranscriber</h1>
18
 
 
1
  ---
2
+ title: KotobaTranscriber
3
+ emoji: 🌍
4
+ colorFrom: blue
5
+ colorTo: red
6
+ sdk: gradio
7
+ sdk_version: 4.27.0
8
  app_file: app.py
9
  pinned: false
 
10
  ---
11
 
 
12
  <p align="center">
13
+ <img src="https://media.githubusercontent.com/media/Sunwood-ai-labs/KotobaTranscriber/main/docs/ship2.gif" width="100%">
14
  <br>
15
  <h1 align="center">KotobaTranscriber</h1>
16
 
app.py CHANGED
@@ -34,8 +34,7 @@ def transcribe(audio_file):
34
  return result["text"]
35
 
36
  description = """
37
- The bot was trained to answer questions based on Rick and Morty dialogues. Ask Rick anything!
38
- <img src="https://huggingface.co/spaces/course-demos/Rick_and_Morty_QA/resolve/main/rick.png" width=200px>
39
  """
40
 
41
  # Gradioインターフェースの定義
 
34
  return result["text"]
35
 
36
  description = """
37
+ <img src="https://media.githubusercontent.com/media/Sunwood-ai-labs/KotobaTranscriber/main/docs/ship2.gif" width=200px>
 
38
  """
39
 
40
  # Gradioインターフェースの定義