Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -25,6 +25,7 @@ interface = gr.Interface(lexica,
|
|
25 |
,
|
26 |
title = " π ποΈπ¨ Lexica Art - A Search Engine for Generative Art Prompts and Works ",
|
27 |
description = "πποΈ π¨ lexica huggingface space , Find inspiration and discover new generative artworks with Lexica Art \n\n a search engine built by by @[Sharif shameem](https://twitter.com/sharifshameem) . Explore a vast collection of prompts and corresponding artworks, and let your imagination take over as you create your own masterpieces."
|
28 |
-
|
|
|
29 |
|
30 |
interface.launch("0.0.0.0")
|
|
|
25 |
,
|
26 |
title = " π ποΈπ¨ Lexica Art - A Search Engine for Generative Art Prompts and Works ",
|
27 |
description = "πποΈ π¨ lexica huggingface space , Find inspiration and discover new generative artworks with Lexica Art \n\n a search engine built by by @[Sharif shameem](https://twitter.com/sharifshameem) . Explore a vast collection of prompts and corresponding artworks, and let your imagination take over as you create your own masterpieces."
|
28 |
+
cache_examples = False,
|
29 |
+
)
|
30 |
|
31 |
interface.launch("0.0.0.0")
|