Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
|
10 |
# iface = gr.Interface(fn=get_class, inputs="text", outputs=['text'], title='hello', description='play around')
|
11 |
# iface.launch()
|
12 |
-
|
13 |
|
14 |
# Use a pipeline as a high-level helper
|
15 |
from transformers import pipeline
|
|
|
9 |
|
10 |
# iface = gr.Interface(fn=get_class, inputs="text", outputs=['text'], title='hello', description='play around')
|
11 |
# iface.launch()
|
12 |
+
|
13 |
|
14 |
# Use a pipeline as a high-level helper
|
15 |
from transformers import pipeline
|