Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
somosnlp-hackathon-2023
/
PodcastNER-GPTJ
like
20
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
DavidFM43
commited on
Apr 10, 2023
Commit
2a1f6be
·
1 Parent(s):
57c6317
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+0
-1
app.py
CHANGED
Viewed
@@ -35,7 +35,6 @@ def gen_entities(text):
35
36
37
iface = gr.Interface(
38
-
live=True,
39
fn=gen_entities,
40
inputs="text",
41
outputs="text",
35
36
37
iface = gr.Interface(
38
fn=gen_entities,
39
inputs="text",
40
outputs="text",