Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sayanAIAI
/
AIprojects
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
sayanAIAI
commited on
Aug 10
Commit
58f557e
·
verified
·
1 Parent(s):
2226679
Update main.py
Browse files
Files changed (1)
hide
show
main.py
+1
-1
main.py
CHANGED
Viewed
@@ -35,5 +35,5 @@ def summarize():
35
36
37
if __name__ == "__main__":
38
-
app.run(debug=True)
39
35
36
37
if __name__ == "__main__":
38
+
app.run(debug=True
,port=7860
)
39