Munzali commited on
Commit
d923f23
1 Parent(s): 95872a4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,7 +73,7 @@ demo = gr.Interface(fn=predict, # mapping function from input to output
73
  description=description,
74
  article=article,
75
 
76
- )..queue(default_concurrency_limit=100)
77
 
78
  # Launch the demo!
79
  demo.launch(share=True,auth=("admin", "1234"))
 
73
  description=description,
74
  article=article,
75
 
76
+ ).queue(default_concurrency_limit=100)
77
 
78
  # Launch the demo!
79
  demo.launch(share=True,auth=("admin", "1234"))