Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jebin511
/
dnaapi
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
jebin511
commited on
Oct 11, 2025
Commit
16f565e
·
verified
·
1 Parent(s):
df1ff28
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -78,4 +78,4 @@ def api_predict(payload: dict):
78
return predict_sequence(seq)
79
80
if __name__ == "__main__":
81
-
demo.launch(
share=True
)
78
return predict_sequence(seq)
79
80
if __name__ == "__main__":
81
+
demo.launch()