import gradio as gr #import torch #from transformers import pipeline #pipe = pipeline("text-generation", model="keyfan/grok-1-hf", trust_remote_code=True) #print(pipe("hello?")) this = gr.load("models/keyfan/grok-1-hf") print(this) print(this("hello?"))