Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import gradio as gr
|
2 |
-
from gradio.mix import Series
|
3 |
from transformers import pipeline
|
4 |
|
5 |
description = "Select from a language model tab. Input text and submit."
|
|
|
1 |
import gradio as gr
|
2 |
+
from gradio.mix import Series
|
3 |
from transformers import pipeline
|
4 |
|
5 |
description = "Select from a language model tab. Input text and submit."
|