yemce commited on
Commit
387d241
·
verified ·
1 Parent(s): d03a8f1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -80,7 +80,7 @@ def process_image(image):
80
  # Gradio arayüzü
81
  iface = gr.Interface(fn=process_image,
82
  inputs=gr.Image(type="numpy", label="Görsel Yükleyin"), # Giriş olarak görsel al
83
- outputs=[gr.Image(type="numpy", label="Yüz Tespiti Sonucu"),
84
  gr.Textbox(label="Sol Göz Durumu"),
85
  gr.Textbox(label="Sağ Göz Durumu")])
86
 
 
80
  # Gradio arayüzü
81
  iface = gr.Interface(fn=process_image,
82
  inputs=gr.Image(type="numpy", label="Görsel Yükleyin"), # Giriş olarak görsel al
83
+ outputs=[gr.Image(label="Yüz Tespiti Sonucu"),
84
  gr.Textbox(label="Sol Göz Durumu"),
85
  gr.Textbox(label="Sağ Göz Durumu")])
86