Spaces:
Runtime error
Runtime error
niuyazhe
commited on
Commit
•
0a617a5
1
Parent(s):
46ad888
style(nyz): add favicon
Browse files- app.py +2 -1
- llmriddles/assets/avatar.png +0 -0
app.py
CHANGED
@@ -198,4 +198,5 @@ if __name__ == '__main__':
|
|
198 |
)
|
199 |
|
200 |
concurrency = int(os.environ.get('CONCURRENCY', os.cpu_count()))
|
201 |
-
|
|
|
|
198 |
)
|
199 |
|
200 |
concurrency = int(os.environ.get('CONCURRENCY', os.cpu_count()))
|
201 |
+
favicon_path = os.path.join(os.path.dirname(__file__), 'llmriddles', 'assets', 'avatar.png')
|
202 |
+
demo.queue().launch(max_threads=concurrency, favicon_path=favicon_path, share=True)
|
llmriddles/assets/avatar.png
ADDED