TNK21 commited on
Commit
3ebd6f7
·
1 Parent(s): 31b3447

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import gradio as gr
2
- import torch
3
  from transformers import pipeline
4
 
5
  # Load the text summarization pipeline from Hugging Face Transformers
 
1
  import gradio as gr
2
+ import tensorflow
3
  from transformers import pipeline
4
 
5
  # Load the text summarization pipeline from Hugging Face Transformers