cronos3k commited on
Commit
b2289be
·
verified ·
1 Parent(s): 342cabd

Update app.py

Browse files

still working on fixing the functionality

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -334,4 +334,4 @@ if __name__ == "__main__":
334
  except:
335
  pass
336
  # Configure Gradio's queue with appropriate settings
337
- demo.queue(concurrency_count=1, max_size=10, timeout=600).launch()
 
334
  except:
335
  pass
336
  # Configure Gradio's queue with appropriate settings
337
+ demo.queue(concurrency_count=1, max_size=10).launch()