Update app.py
Browse files
app.py
CHANGED
|
@@ -45,9 +45,9 @@ def main():
|
|
| 45 |
st.write(f"{ref[i]}: {prob}")
|
| 46 |
|
| 47 |
# Hugging Face component
|
| 48 |
-
|
| 49 |
-
model_name = "mrm8488/distill-bert-base-spanish-wwm-cased-finetuned-spa-squad2-es"
|
| 50 |
-
st.huggingface_component(model_name)
|
| 51 |
|
| 52 |
if __name__ == '__main__':
|
| 53 |
main()
|
|
|
|
| 45 |
st.write(f"{ref[i]}: {prob}")
|
| 46 |
|
| 47 |
# Hugging Face component
|
| 48 |
+
#st.title("Hugging Face Model")
|
| 49 |
+
#model_name = "mrm8488/distill-bert-base-spanish-wwm-cased-finetuned-spa-squad2-es"
|
| 50 |
+
#st.huggingface_component(model_name)
|
| 51 |
|
| 52 |
if __name__ == '__main__':
|
| 53 |
main()
|