Ahmed1871992 commited on
Commit
d18d96b
·
verified ·
1 Parent(s): 8c37d6b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.File(label="📤 رفع صورك للتدريب", type="file", multiple=True)
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="🔔 نتيجة التدريب")