Spaces:
Sleeping
Sleeping
Final fix public endpoint
Browse files
app.py
CHANGED
@@ -40,10 +40,10 @@ gradio_interface = gradio.Interface(
|
|
40 |
inputs=["text", "text"],
|
41 |
outputs="text",
|
42 |
examples=[
|
43 |
-
["Piso", "
|
44 |
],
|
45 |
-
title="
|
46 |
-
description="
|
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 |
|