update web
Browse files
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 |
-
|
|
|
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()
|