Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
nosdigitalmedia
/
dutch-youth-comment-classifier
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
nosdigitalmedia
commited on
Jun 7, 2023
Commit
42bf11b
·
1 Parent(s):
9367ff6
Fix typo
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -87,4 +87,4 @@ iface = gr.Interface(
87
"jij bent een klootzak"
88
]
89
)
90
-
iface.launch(share=
True
)
87
"jij bent een klootzak"
88
]
89
)
90
+
iface.launch(share=
False
)