Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Erfan11
/
Neuracraft
like
0
Any-to-Any
Adapters
google-tensorflow
TensorFlow
fka/awesome-chatgpt-prompts
4 languages
bert
License:
apache-2.0
Model card
Files
Files and versions
Community
Use this model
Erfan11
commited on
Sep 26
Commit
c0676ee
•
1 Parent(s):
e96679f
Create start.sh
Browse files
Files changed (1)
hide
show
start.sh
+2
-0
start.sh
ADDED
Viewed
@@ -0,0 +1,2 @@
1
+
#!/bin/bash
2
+
uvicorn app:app --host 0.0.0.0 --port 8000 --reload