Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
z-uo
/
Bert_ita_QandA
like
0
Runtime error
App
Files
Files
Community
z-uo
commited on
Mar 4, 2022
Commit
c8e9f8f
•
1 Parent(s):
de1d8fb
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -32,4 +32,4 @@ face = gr.Interface(
32
gr.outputs.Label(num_top_classes=1, label='Score'),
33
]
34
)
35
-
face.launch(
share=True
)
32
gr.outputs.Label(num_top_classes=1, label='Score'),
33
]
34
)
35
+
face.launch()