Abid Ali Awan commited on
Commit
0d1976c
1 Parent(s): 5fc0f39

made changes to the app ui and barch processing

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -64,9 +64,7 @@ demo = gr.Interface(
64
  inputs="text",
65
  outputs="text",
66
  live=True,
67
- batch=True,
68
- max_batch_size=10000,
69
- concurrency_limit=16,
70
  )
71
 
72
  # Launch the Gradio interface
 
64
  inputs="text",
65
  outputs="text",
66
  live=True,
67
+ allow_flagging=False,
 
 
68
  )
69
 
70
  # Launch the Gradio interface