Spaces:
Sleeping
Sleeping
AjithBharadwaj
commited on
Commit
•
71a3612
1
Parent(s):
65eccd2
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
from transformers import pipeline
|
2 |
import gradio as gr
|
3 |
-
get_completion = pipeline("text-classification"
|
4 |
|
5 |
def summarize(input):
|
6 |
output = get_completion(input)
|
|
|
1 |
from transformers import pipeline
|
2 |
import gradio as gr
|
3 |
+
get_completion = pipeline("text-classification")
|
4 |
|
5 |
def summarize(input):
|
6 |
output = get_completion(input)
|