andreska commited on
Commit
b99b858
·
verified ·
1 Parent(s): 280cbba

removed post and show api

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -17,7 +17,5 @@ iface.launch(
17
  server_name="0.0.0.0", # Allow external connections
18
  share=True, # Create public URL
19
  allowed_paths=["*"], # Allow CORS
20
- methods=["POST"],
21
- show_api=True,
22
  enable_cors=True,
23
  )
 
17
  server_name="0.0.0.0", # Allow external connections
18
  share=True, # Create public URL
19
  allowed_paths=["*"], # Allow CORS
 
 
20
  enable_cors=True,
21
  )