Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,3 @@
|
|
1 |
-
!pip install transformers
|
2 |
-
|
3 |
-
# app.py
|
4 |
import gradio as gr
|
5 |
from transformers import pipeline
|
6 |
|
@@ -23,4 +20,3 @@ interface = gr.Interface(
|
|
23 |
# Launch the interface
|
24 |
if __name__ == "__main__":
|
25 |
interface.launch()
|
26 |
-
|
|
|
|
|
|
|
|
|
1 |
import gradio as gr
|
2 |
from transformers import pipeline
|
3 |
|
|
|
20 |
# Launch the interface
|
21 |
if __name__ == "__main__":
|
22 |
interface.launch()
|
|