Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Kashtan
/
Detect_Edits_in_AI-Generated_Text
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Kashtan
commited on
Feb 14, 2025
Commit
44504ac
·
verified
·
1 Parent(s):
48e3085
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-4
app.py
CHANGED
Viewed
@@ -73,7 +73,4 @@ def check_topic(topic):
73
'War': 'war'
74
}
75
76
-
return topic_dict[topic]
77
-
78
-
if __name__ == "__main__":
79
-
app.run(host="0.0.0.0", port=5000)
73
'War': 'war'
74
}
75
76
+
return topic_dict[topic]