Spaces:
Runtime error
Runtime error
elonmuskceo
commited on
Commit
•
318b509
1
Parent(s):
8431c4c
Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ iface = gr.Interface(
|
|
33 |
fn=fn,
|
34 |
inputs="text",
|
35 |
outputs="json",
|
36 |
-
title="Spark NLP explain_document_dl pipeline"
|
37 |
description=f"Spark object: {spark}",
|
38 |
examples=[placeholder],
|
39 |
)
|
|
|
33 |
fn=fn,
|
34 |
inputs="text",
|
35 |
outputs="json",
|
36 |
+
title="Spark NLP explain_document_dl pipeline",
|
37 |
description=f"Spark object: {spark}",
|
38 |
examples=[placeholder],
|
39 |
)
|