44brabal commited on
Commit
3ee82d8
β€’
1 Parent(s): d1d2b10

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,4 +3,4 @@ import gradio as gr
3
  # Use a pipeline as a high-level helper
4
  from transformers import pipeline
5
 
6
- pipe = pipeline("text-generation", model="Qwen/Qwen-14B", trust_remote_code=True)
 
3
  # Use a pipeline as a high-level helper
4
  from transformers import pipeline
5
 
6
+ pipe = pipeline("text-generation", model="Qwen/Qwen-14B", trust_remote_code=True)