Simon Strandgaard
commited on
Commit
·
f051fa2
1
Parent(s):
5187d94
comment
Browse files
src/huggingface_spaces/app_state2.py
CHANGED
@@ -2,8 +2,7 @@
|
|
2 |
Multi-user experiment. User data is isolated from other users.
|
3 |
When the page is open in multiple tabs, the API key is shared across all tabs.
|
4 |
When the user reloads the page, the API key is remembered.
|
5 |
-
|
6 |
-
However when the server is restarted, the API key is lost.
|
7 |
"""
|
8 |
import gradio as gr
|
9 |
|
|
|
2 |
Multi-user experiment. User data is isolated from other users.
|
3 |
When the page is open in multiple tabs, the API key is shared across all tabs.
|
4 |
When the user reloads the page, the API key is remembered.
|
5 |
+
When the server is restarted, the API key is remembered.
|
|
|
6 |
"""
|
7 |
import gradio as gr
|
8 |
|