ilaydabeyhan commited on
Commit
0116523
·
verified ·
1 Parent(s): b21bf53

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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, enable_api=True)
 
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