Aneeshmishra commited on
Commit
e20523b
·
verified ·
1 Parent(s): cde183a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  # app.py – CPU-only summariser for Hugging Face Spaces (free tier)
2
-
3
  import textwrap, gradio as gr
4
  from transformers import pipeline
5
 
 
1
  # app.py – CPU-only summariser for Hugging Face Spaces (free tier)
2
+ from optimum.onnxruntime import ORTModelForSeq2SeqLM
3
  import textwrap, gradio as gr
4
  from transformers import pipeline
5