Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -41,7 +41,7 @@ def process_excel(file):
|
|
41 |
# Gradio μΈν°νμ΄μ€ μ μ
|
42 |
iface = gr.Interface(
|
43 |
fn=process_excel,
|
44 |
-
inputs=gr.
|
45 |
outputs="file",
|
46 |
title="Excel Keyword Extractor",
|
47 |
description="μμ
νμΌμ Dμ΄μμ ν€μλλ₯Ό μΆμΆνκ³ λΉλλ₯Ό κ³μ°νμ¬ μλ‘μ΄ μμ
νμΌλ‘ μΆλ ₯ν©λλ€."
|
|
|
41 |
# Gradio μΈν°νμ΄μ€ μ μ
|
42 |
iface = gr.Interface(
|
43 |
fn=process_excel,
|
44 |
+
inputs=gr.File(file_types=[".xlsx"]), # μμ
νμΌλ§ μ
λ‘λν μ μκ² μ€μ
|
45 |
outputs="file",
|
46 |
title="Excel Keyword Extractor",
|
47 |
description="μμ
νμΌμ Dμ΄μμ ν€μλλ₯Ό μΆμΆνκ³ λΉλλ₯Ό κ³μ°νμ¬ μλ‘μ΄ μμ
νμΌλ‘ μΆλ ₯ν©λλ€."
|