Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
aesopnix/hateful_classification
aesopnix
/
hateful_classification_test
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
aesopnix
commited on
Aug 3, 2024
Commit
676802e
·
verified
·
1 Parent(s):
5706595
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,3 +1,3 @@
1
import gradio as gr
2
3
-
gr.load("models/
Litzy0619
/
hate_speech_offensive_0.003_32_5_6
").launch()
1
import gradio as gr
2
3
+
gr.load("models/
ian00000
/
Mistral-7B_offensive_CoT_finetuned
").launch()