Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Somunia
/
cpu-casuallm
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Somunia
commited on
Sep 3, 2024
Commit
a0f861b
·
verified
·
1 Parent(s):
3991f7e
Delete app.py
Browse files
Files changed (1)
hide
show
app.py
+0
-7
app.py
DELETED
Viewed
@@ -1,7 +0,0 @@
1
-
image = "trcoot/cpu-casuallm:latest" # Your Docker image
2
-
3
-
def main():
4
-
print("My Docker container is running!")
5
-
6
-
if __name__ == "__main__":
7
-
main()