Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
ERROR418/julep
hongshi-files
/
adaptive
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
hongshi-files
commited on
May 31
Commit
2ff0f55
·
verified
·
1 Parent(s):
6e0a2ac
Update main.ts
Browse files
Files changed (1)
hide
show
main.ts
+1
-1
main.ts
CHANGED
Viewed
@@ -426,4 +426,4 @@ async function handler(req: Request): Promise<Response> {
426
}
427
428
429
-
serve(handler);
426
}
427
428
429
+
serve(handler
, { port: 7860 }
);