Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -128,11 +128,9 @@ def create_interface():
|
|
| 128 |
with gr.Column():
|
| 129 |
input_img = gr.Image(
|
| 130 |
type="filepath",
|
| 131 |
-
label="📷
|
| 132 |
-
sources=["upload", "webcam"],
|
| 133 |
-
|
| 134 |
-
|
| 135 |
-
|
| 136 |
)
|
| 137 |
gps_toggle = gr.Checkbox("📍 GPS Verisini Kullan", value=True)
|
| 138 |
detect_btn = gr.Button("🔍 Tespit Et", variant="primary")
|
|
|
|
| 128 |
with gr.Column():
|
| 129 |
input_img = gr.Image(
|
| 130 |
type="filepath",
|
| 131 |
+
label="📷 Kamera ile Çek veya 📁 Dosyadan Yükle",
|
| 132 |
+
sources=["upload", "webcam"],
|
| 133 |
+
mirror_webcam=False # Fix for flipped camera image
|
|
|
|
|
|
|
| 134 |
)
|
| 135 |
gps_toggle = gr.Checkbox("📍 GPS Verisini Kullan", value=True)
|
| 136 |
detect_btn = gr.Button("🔍 Tespit Et", variant="primary")
|