Spaces:
Running
Running
Update app.py
Browse filesAPI bağlantıları arasında eşleştirme denemesi
app.py
CHANGED
|
@@ -42,5 +42,6 @@ iface = gr.Interface(
|
|
| 42 |
description="Analyzes text sentiment in multiple languages (English, Turkish, etc.)",
|
| 43 |
)
|
| 44 |
|
| 45 |
-
# 🔹
|
| 46 |
-
iface.
|
|
|
|
|
|
| 42 |
description="Analyzes text sentiment in multiple languages (English, Turkish, etc.)",
|
| 43 |
)
|
| 44 |
|
| 45 |
+
# 🔹 Düzeltilmiş launch
|
| 46 |
+
iface.queue() # çoklu isteklerde sıraya almak için (isteğe bağlı)
|
| 47 |
+
iface.launch(server_name="0.0.0.0", server_port=7860) # artık enable_queue yok
|