Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -45,10 +45,10 @@ def predict_from_csv(file_path):
|
|
45 |
# Define the Gradio interface
|
46 |
interface = gr.Interface(
|
47 |
fn=predict_from_csv,
|
48 |
-
inputs=gr.File(label='يرجى
|
49 |
-
outputs=gr.File(label='يمكنك
|
50 |
-
title="برنامج
|
51 |
-
description="ارفع
|
52 |
)
|
53 |
|
54 |
# Launch the Gradio app
|
|
|
45 |
# Define the Gradio interface
|
46 |
interface = gr.Interface(
|
47 |
fn=predict_from_csv,
|
48 |
+
inputs=gr.File(label='يرجى رفع ملف بالصيغة المحددة', type='filepath', file_count='single'),
|
49 |
+
outputs=gr.File(label='يمكنك تنزيل ملفات التنبؤات من هنا'),
|
50 |
+
title="برنامج التنبؤ بحالة الموعد (حضور - عدم حضور) ",
|
51 |
+
description="ارفع الملف حسب ا لتعليمات وبالخانات المحددة."
|
52 |
)
|
53 |
|
54 |
# Launch the Gradio app
|