Simon Strandgaard
commited on
Commit
·
f34eb74
1
Parent(s):
3af7479
please build again
Browse files
src/huggingface_spaces/app_state2.py
CHANGED
@@ -4,6 +4,8 @@ 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 |
|
|
|
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 |
+
TEST-COMMIT: to make hugging face spaces rebuild.
|
9 |
"""
|
10 |
import gradio as gr
|
11 |
|