Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -2,7 +2,6 @@
|
|
| 2 |
from transformers import pipeline
|
| 3 |
import torch
|
| 4 |
import gradio as gr
|
| 5 |
-
from litserve import LitAPI, LitServer
|
| 6 |
|
| 7 |
|
| 8 |
model_name="sshleifer/distilbart-cnn-12-6"
|
|
|
|
| 2 |
from transformers import pipeline
|
| 3 |
import torch
|
| 4 |
import gradio as gr
|
|
|
|
| 5 |
|
| 6 |
|
| 7 |
model_name="sshleifer/distilbart-cnn-12-6"
|