Spaces:
Runtime error
Runtime error
Campfireman
commited on
Commit
•
6717855
1
Parent(s):
165f4b9
Update app.py
Browse files
app.py
CHANGED
@@ -66,4 +66,4 @@ def extrator_pipeline(url):
|
|
66 |
return notify
|
67 |
|
68 |
demo = gr.Interface(fn=extrator_pipeline, inputs="text", outputs="text")
|
69 |
-
demo.launch(
|
|
|
66 |
return notify
|
67 |
|
68 |
demo = gr.Interface(fn=extrator_pipeline, inputs="text", outputs="text")
|
69 |
+
demo.launch()
|