Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
aibmedia
/
aibsimilarityllm
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
aibmedia
commited on
Dec 30, 2024
Commit
b1efb37
·
verified
·
1 Parent(s):
75e83a9
Update main.py
Browse files
Files changed (1)
hide
show
main.py
+1
-1
main.py
CHANGED
Viewed
@@ -426,6 +426,6 @@ if __name__ == '__main__':
426
427
app.run(host='0.0.0.0', port=8081)
428
429
-
server_app()
430
time.sleep(4)
431
426
427
app.run(host='0.0.0.0', port=8081)
428
429
+
#
server_app()
430
time.sleep(4)
431