Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ljh838
/
ace
like
0
Runtime error
App
Files
Files
Fetching metadata from the HF Docker repository...
ljh838
commited on
Dec 2, 2022
Commit
39795a3
·
1 Parent(s):
e656202
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -22,5 +22,5 @@ def detect():
22
return jsonify(pipe(text))
23
24
if __name__ == "__main__":
25
-
app.run('0.0.0.0',
7680
, False)
26
22
return jsonify(pipe(text))
23
24
if __name__ == "__main__":
25
+
app.run('0.0.0.0',
7860
, False)
26