Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,3 +1,7 @@
|
|
|
|
|
|
|
|
|
|
1 |
pipe = pipeline("text-classification", model="muhnatha/distilbert-base-uncased-game")
|
2 |
|
3 |
question = {
|
|
|
1 |
+
from transformers import pipeline
|
2 |
+
import gradio as gr
|
3 |
+
import random
|
4 |
+
|
5 |
pipe = pipeline("text-classification", model="muhnatha/distilbert-base-uncased-game")
|
6 |
|
7 |
question = {
|