muhnatha commited on
Commit
88b6f30
·
verified ·
1 Parent(s): b17161c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
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 = {