Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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?"))
|