pradeep6kumar2024 commited on
Commit
07a96d2
·
1 Parent(s): df6ddf0

added everything

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -245,4 +245,5 @@ demo = gr.Interface(
245
  )
246
 
247
  if __name__ == "__main__":
 
248
  demo.launch(max_threads=1) # Limit the number of worker threads
 
245
  )
246
 
247
  if __name__ == "__main__":
248
+ # Using the modern approach without queue method
249
  demo.launch(max_threads=1) # Limit the number of worker threads