Spaces:
Sleeping
Sleeping
AhsanShahid
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
import streamlit as st
|
2 |
import requests
|
|
|
3 |
from transformers import pipeline
|
4 |
from transformers import BartTokenizer, BartForConditionalGeneration
|
5 |
|
|
|
1 |
import streamlit as st
|
2 |
import requests
|
3 |
+
import torch
|
4 |
from transformers import pipeline
|
5 |
from transformers import BartTokenizer, BartForConditionalGeneration
|
6 |
|