Update app.py
Browse files
app.py
CHANGED
|
@@ -13,7 +13,7 @@ os.environ['HF_HOME'] = os.path.abspath(os.path.realpath(os.path.join(os.path.di
|
|
| 13 |
# 日英両言語の翻訳辞書を追加
|
| 14 |
translations = {
|
| 15 |
"en": {
|
| 16 |
-
"title": "
|
| 17 |
"upload_image": "Upload Image",
|
| 18 |
"prompt": "Prompt",
|
| 19 |
"quick_prompts": "Quick Prompts",
|
|
@@ -45,7 +45,7 @@ translations = {
|
|
| 45 |
"processing_interrupt": "Processing was interrupted, but partial video has been generated"
|
| 46 |
},
|
| 47 |
"ja": {
|
| 48 |
-
"title": "
|
| 49 |
"upload_image": "画像をアップロード",
|
| 50 |
"prompt": "プロンプト",
|
| 51 |
"quick_prompts": "クイックプロンプト一覧",
|
|
|
|
| 13 |
# 日英両言語の翻訳辞書を追加
|
| 14 |
translations = {
|
| 15 |
"en": {
|
| 16 |
+
"title": "FramePack_rotate_landscape - Rotating Landscape Video Generator",
|
| 17 |
"upload_image": "Upload Image",
|
| 18 |
"prompt": "Prompt",
|
| 19 |
"quick_prompts": "Quick Prompts",
|
|
|
|
| 45 |
"processing_interrupt": "Processing was interrupted, but partial video has been generated"
|
| 46 |
},
|
| 47 |
"ja": {
|
| 48 |
+
"title": "FramePack_rotate_landscape - 風景回転動画ジェネレーター",
|
| 49 |
"upload_image": "画像をアップロード",
|
| 50 |
"prompt": "プロンプト",
|
| 51 |
"quick_prompts": "クイックプロンプト一覧",
|