File size: 198 Bytes
b55b31a
ef8f4a0
 
306ef5c
 
ef8f4a0
c61ad5a
1
2
3
4
5
6
7
#Code adapted from: https://huggingface.co/spaces/Daniela-C/Text-Summarizer-AI/blob/main/app.py

import gradio as gr
import torch
import transformers

gr.load("models/PhLoDuTi/tns_ft5tech").launch()