Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -26,5 +26,6 @@ iface = gr.Interface(
|
|
| 26 |
)
|
| 27 |
|
| 28 |
# Spaces için doğrudan launch() çağrısı
|
| 29 |
-
iface.launch(server_name="0.0.0.0", server_port=7860
|
|
|
|
| 30 |
|
|
|
|
| 26 |
)
|
| 27 |
|
| 28 |
# Spaces için doğrudan launch() çağrısı
|
| 29 |
+
iface.launch(server_name="0.0.0.0", server_port=7860)
|
| 30 |
+
|
| 31 |
|