vitaliy-sharandin commited on
Commit
47eda2c
1 Parent(s): 383edc3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import gradio as gr
2
- from transformers import pipeline
3
 
4
  model = AutoModelForCausalLM.from_pretrained(
5
  'vitaliy-sharandin/wiseai',
 
1
  import gradio as gr
2
+ from transformers import pipeline, AutoModelForCausalLM
3
 
4
  model = AutoModelForCausalLM.from_pretrained(
5
  'vitaliy-sharandin/wiseai',