Update app.py
Browse files
app.py
CHANGED
@@ -54,7 +54,7 @@ with gr.Blocks() as demo:
|
|
54 |
|
55 |
with gr.Row():
|
56 |
with gr.Column():
|
57 |
-
image_input = gr.
|
58 |
user_email_input = gr.Textbox(label="📧 بريدك الإلكتروني (اختياري لحفظ النموذج)")
|
59 |
train_button = gr.Button("🔧 تدريب النموذج")
|
60 |
train_output = gr.Textbox(label="🔔 نتيجة التدريب")
|
|
|
54 |
|
55 |
with gr.Row():
|
56 |
with gr.Column():
|
57 |
+
image_input = gr.Files(label="📤 رفع صورك للتدريب") # ✅ تعديل هنا
|
58 |
user_email_input = gr.Textbox(label="📧 بريدك الإلكتروني (اختياري لحفظ النموذج)")
|
59 |
train_button = gr.Button("🔧 تدريب النموذج")
|
60 |
train_output = gr.Textbox(label="🔔 نتيجة التدريب")
|