Simon Strandgaard
commited on
Commit
·
5187d94
1
Parent(s):
e12d959
Triggering a build again
Browse files- app.py +1 -1
- src/huggingface_spaces/app_state2.py +0 -2
app.py
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
During development, to mimic the same behavior as on Hugging Face Spaces.
|
3 |
PROMPT> IS_HUGGINGFACE_SPACES=true python app.py
|
4 |
|
5 |
-
TEST-COMMIT: to make hugging face spaces rebuild.
|
6 |
"""
|
7 |
if __name__ == "__main__":
|
8 |
# from src.huggingface_spaces.print_gradio_info import print_gradio_info
|
|
|
2 |
During development, to mimic the same behavior as on Hugging Face Spaces.
|
3 |
PROMPT> IS_HUGGINGFACE_SPACES=true python app.py
|
4 |
|
5 |
+
TEST-COMMIT: to make hugging face spaces rebuild. Again.
|
6 |
"""
|
7 |
if __name__ == "__main__":
|
8 |
# from src.huggingface_spaces.print_gradio_info import print_gradio_info
|
src/huggingface_spaces/app_state2.py
CHANGED
@@ -4,8 +4,6 @@ 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 |
-
TEST-COMMIT: to make hugging face spaces rebuild.
|
9 |
"""
|
10 |
import gradio as gr
|
11 |
|
|
|
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 |
|