Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -289,14 +289,14 @@ def process_images_wrapper(api_key, images, output_format):
|
|
| 289 |
|
| 290 |
# 創建Gradio介面
|
| 291 |
with gr.Blocks(
|
| 292 |
-
title="🖼️多圖片文字辨識工具",
|
| 293 |
theme=gr.themes.Default()
|
| 294 |
) as demo:
|
| 295 |
|
| 296 |
# 標題區域
|
| 297 |
gr.HTML("""
|
| 298 |
<div style="text-align: center; background: linear-gradient(90deg, #667eea 0%, #764ba2 100%); color: white; padding: 2rem; border-radius: 10px; margin-bottom: 2rem;">
|
| 299 |
-
<h1 style="margin: 0; font-size: 2.5rem;">🖼️多圖片文字辨識工具</h1>
|
| 300 |
<p style="margin: 10px 0 0 0; font-size: 1.2rem;">支援繁體中文 | 批量處理 | 多格式輸出</p>
|
| 301 |
</div>
|
| 302 |
""")
|
|
|
|
| 289 |
|
| 290 |
# 創建Gradio介面
|
| 291 |
with gr.Blocks(
|
| 292 |
+
title="🖼️多圖片文字辨識工具(Groq API|CSV/DOCX)",
|
| 293 |
theme=gr.themes.Default()
|
| 294 |
) as demo:
|
| 295 |
|
| 296 |
# 標題區域
|
| 297 |
gr.HTML("""
|
| 298 |
<div style="text-align: center; background: linear-gradient(90deg, #667eea 0%, #764ba2 100%); color: white; padding: 2rem; border-radius: 10px; margin-bottom: 2rem;">
|
| 299 |
+
<h1 style="margin: 0; font-size: 2.5rem;">🖼️多圖片文字辨識工具(Groq API|CSV/DOCX)</h1>
|
| 300 |
<p style="margin: 10px 0 0 0; font-size: 1.2rem;">支援繁體中文 | 批量處理 | 多格式輸出</p>
|
| 301 |
</div>
|
| 302 |
""")
|