Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -36,7 +36,7 @@ iface = gr.Interface(
|
|
36 |
inputs=gr.Image(type="pil"),
|
37 |
outputs=gr.Label(num_top_classes=3),
|
38 |
title="Görüntü Sınıflandırma Uygulaması",
|
39 |
-
description="Bu uygulama, '
|
40 |
)
|
41 |
|
42 |
# Uygulamayı başlatma
|
|
|
36 |
inputs=gr.Image(type="pil"),
|
37 |
outputs=gr.Label(num_top_classes=3),
|
38 |
title="Görüntü Sınıflandırma Uygulaması",
|
39 |
+
description="Bu uygulama, 'cantuncokibb/autotrain-new' modeli kullanılarak görüntü sınıflandırması yapar."
|
40 |
)
|
41 |
|
42 |
# Uygulamayı başlatma
|