Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Guihss
/
TypeTest
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Guihss
commited on
Nov 29, 2022
Commit
0759d91
·
1 Parent(s):
16f72ef
remove share
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -11,4 +11,4 @@ def predict(text):
11
12
13
iface = gr.Interface(fn=predict, inputs="text", outputs='label')
14
-
iface.launch(
share=True
)
11
12
13
iface = gr.Interface(fn=predict, inputs="text", outputs='label')
14
+
iface.launch()