dmar1313 commited on
Commit
938e5e1
1 Parent(s): adde6fa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -1,4 +1,5 @@
1
- # Use a pipeline as a high-level helper
 
2
  from transformers import pipeline
3
 
4
  pipe = pipeline("text-generation", model="TheBloke/Wizard-Vicuna-30B-Uncensored-GPTQ")
 
1
+ import gradio as gr
2
+
3
  from transformers import pipeline
4
 
5
  pipe = pipeline("text-generation", model="TheBloke/Wizard-Vicuna-30B-Uncensored-GPTQ")