Simon Strandgaard
commited on
Commit
·
e12d959
1
Parent(s):
f34eb74
No luck scheduling a build. Trying with another file.
Browse files
app.py
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
"""
|
2 |
During development, to mimic the same behavior as on Hugging Face Spaces.
|
3 |
PROMPT> IS_HUGGINGFACE_SPACES=true python app.py
|
|
|
|
|
4 |
"""
|
5 |
if __name__ == "__main__":
|
6 |
# from src.huggingface_spaces.print_gradio_info import print_gradio_info
|
|
|
1 |
"""
|
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
|