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