Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -38,4 +38,4 @@ description = """
|
|
| 38 |
|
| 39 |
"""
|
| 40 |
|
| 41 |
-
demo = gr.Interface( fn = EntityRecognition, inputs= [ gr.Textbox(
|
|
|
|
| 38 |
|
| 39 |
"""
|
| 40 |
|
| 41 |
+
demo = gr.Interface( fn = EntityRecognition, inputs= [ gr.Textbox(label="Enter your Endpoint URL", placeholder="URL", lines=1), gr.Textbox(type = "password", label="Enter your API-Key", placeholder="API-Key", lines=1), gr.Textbox()], outputs= gr.Textbox(), title = title, description = description).launch()
|