Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
li-qing
/
FIRE
like
3
Runtime error
App
Files
Files
Community
zhangbofei
commited on
Jul 25
Commit
6bfbf13
•
1 Parent(s):
639b503
fix: push
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -15,4 +15,5 @@ def main():
15
demo.launch()
16
17
if __name__ == "__main__":
18
main()
15
demo.launch()
16
17
if __name__ == "__main__":
18
+
logger.info("in main")
19
main()