Spaces:
Build error
Build error
gradio Pillow
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -6,9 +6,9 @@ def phan_tich_anh(image):
|
|
6 |
|
7 |
giao_dien = gr.Interface(
|
8 |
fn=phan_tich_anh,
|
9 |
-
inputs=gr.Image(type="pil", label="
|
10 |
outputs=gr.Textbox(label="📋 Kết quả"),
|
11 |
-
title="🧠 Ứng dụng AI phân tích ảnh X-quang"
|
12 |
)
|
13 |
|
14 |
giao_dien.launch()
|
|
|
6 |
|
7 |
giao_dien = gr.Interface(
|
8 |
fn=phan_tich_anh,
|
9 |
+
inputs=gr.Image(type="pil", label="🖼️ Chọn ảnh X-quang"),
|
10 |
outputs=gr.Textbox(label="📋 Kết quả"),
|
11 |
+
title="🧠 Ứng dụng AI phân tích ảnh X-quang (demo đơn giản)"
|
12 |
)
|
13 |
|
14 |
giao_dien.launch()
|