supib4132 commited on
Commit
928e524
·
verified ·
1 Parent(s): 6d95617

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -20,7 +20,8 @@ iface = gr.Interface(
20
  )
21
 
22
  if __name__ == "__main__":
23
- iface.launch(share=True,ssr_mode=False, enable_queue=True)
 
24
 
25
  # FastAPI app
26
  app = FastAPI()
 
20
  )
21
 
22
  if __name__ == "__main__":
23
+ iface,queue()
24
+ iface.launch(share=True,ssr_mode=False)
25
 
26
  # FastAPI app
27
  app = FastAPI()