Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
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
15 days ago
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]