jayasuriyaK commited on
Commit
c3143ab
·
verified ·
1 Parent(s): 6fff063

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -45,9 +45,9 @@ def 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()
 
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()