Onegafer commited on
Commit
f7b975b
·
1 Parent(s): 0520162

Final fix public endpoint

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -40,10 +40,10 @@ gradio_interface = gradio.Interface(
40
  inputs=["text", "text"],
41
  outputs="text",
42
  examples=[
43
- ["Piso", "latest_peter"],
44
  ],
45
- title="REST API with Gradio and Huggingface Spaces",
46
- description="This is a REST API used for a project demo.",
47
  article="© Fernando Ónega Rodrigo 2024"
48
  )
49
 
 
40
  inputs=["text", "text"],
41
  outputs="text",
42
  examples=[
43
+ ["Piso", "real_bert"],
44
  ],
45
+ title="TFG Web Demo Public REST API",
46
+ description="Used by our static web app to share the real-bert model and evaluate its performance in a real-world scenario.",
47
  article="© Fernando Ónega Rodrigo 2024"
48
  )
49