Omnibus commited on
Commit
e9060de
1 Parent(s): 230a5e9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,6 +4,6 @@ import gradio as gr
4
  #pipe = pipeline("text-generation", model="keyfan/grok-1-hf", trust_remote_code=True)
5
  #print(pipe("hello?"))
6
 
7
- this = gr.load("models/keyfan/grok-1-hf")
8
  print(this)
9
  print(this("hello?"))
 
4
  #pipe = pipeline("text-generation", model="keyfan/grok-1-hf", trust_remote_code=True)
5
  #print(pipe("hello?"))
6
 
7
+ this = gr.load("models/keyfan/grok-1-hf",cache_examples=False)
8
  print(this)
9
  print(this("hello?"))