Abid Ali Awan commited on
Commit
d082de3
·
1 Parent(s): 7b01a99

removeing the batch processing

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -71,13 +71,9 @@ demo = gr.Interface(
71
  inputs="text",
72
  outputs="text",
73
  live=True,
74
- batch=True,
75
- max_batch_size=10000,
76
- concurrency_limit=16,
77
  allow_flagging=False,
78
  theme=gr.themes.Soft(),
79
  )
80
 
81
  # Launch the Gradio interface
82
- demo.queue()
83
  demo.launch()
 
71
  inputs="text",
72
  outputs="text",
73
  live=True,
 
 
 
74
  allow_flagging=False,
75
  theme=gr.themes.Soft(),
76
  )
77
 
78
  # Launch the Gradio interface
 
79
  demo.launch()