Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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(
|
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 |
|