Spaces:
Runtime error
Runtime error
Campfireman
commited on
Commit
·
9d3f4c4
1
Parent(s):
ed644fd
Update app.py
Browse files
app.py
CHANGED
@@ -63,4 +63,4 @@ def extrator_pipeline(url):
|
|
63 |
return notity
|
64 |
|
65 |
demo = gr.Interface(fn=extrator_pipeline, inputs="text", outputs="text")
|
66 |
-
|
|
|
63 |
return notity
|
64 |
|
65 |
demo = gr.Interface(fn=extrator_pipeline, inputs="text", outputs="text")
|
66 |
+
demo.launch()
|