Omnibus's picture
Update app.py
230a5e9 verified
raw
history blame
254 Bytes
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?"))