AndreasXi commited on
Commit
df02454
·
1 Parent(s): 6a37b4f

update web

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -255,7 +255,7 @@ gr_interface = gr.Interface(
255
  cache_examples="lazy", # Turn on to cache.
256
  )
257
 
258
-
259
 
260
  # theme = gr.themes.Soft(
261
  # primary_hue="blue",
@@ -506,5 +506,5 @@ gr_interface = gr.Interface(
506
  # label="Example Prompts",
507
  # )
508
 
509
- if __name__ == "__main__":
510
- demo.launch()
 
255
  cache_examples="lazy", # Turn on to cache.
256
  )
257
 
258
+ gr_interface.queue(15).launch()
259
 
260
  # theme = gr.themes.Soft(
261
  # primary_hue="blue",
 
506
  # label="Example Prompts",
507
  # )
508
 
509
+ # if __name__ == "__main__":
510
+ # demo.launch()