Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
MiVaCod
/
Misogynystic_correction
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
MiVaCod
commited on
May 13, 2024
Commit
bdf7d0b
·
verified
·
1 Parent(s):
505377e
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -25,4 +25,4 @@ iface = gr.Interface(
25
)
26
27
# Launch the interface
28
-
iface
.launch(share=
True
)
25
)
26
27
# Launch the interface
28
+
gr
.
Interface(fn=predict, inputs=gr.inputs.Text, outputs=gr.outputs.Text).
launch(share=
False
)