Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,4 @@
|
|
1 |
-
!pip install transformers
|
2 |
import gradio as gr
|
3 |
-
import torch
|
4 |
|
5 |
# Define a function that takes a text input and returns the result
|
6 |
def analyze_text(input):
|
|
|
|
|
1 |
import gradio as gr
|
|
|
2 |
|
3 |
# Define a function that takes a text input and returns the result
|
4 |
def analyze_text(input):
|