dhanishetty commited on
Commit
f5a6ea2
·
verified ·
1 Parent(s): 96802af

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,4 +38,4 @@ description = """
38
 
39
  """
40
 
41
- demo = gr.Interface( fn = EntityRecognition, inputs= [ gr.Textbox("https://t9xt.cognitiveservices.azure.com/",label="Enter your Endpoint URL", placeholder="URL", lines=1), gr.Textbox("46758f0003684f1b8c6fb73dfd7f98db",type = "password", label="Enter your API-Key", placeholder="API-Key", lines=1), gr.Textbox()], outputs= gr.Textbox(), title = title, description = description).launch()
 
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()