grok-beta / app.py
akhaliq's picture
akhaliq HF staff
Update app.py
8c16c0a verified
raw
history blame contribute delete
322 Bytes
import gradio as gr
import xai_gradio
gr.load(
name='grok-beta',
src=xai_gradio.registry,
title='X.AI-Gradio Integration',
description="Chat with grok-beta model.",
examples=["Explain quantum gravity to a 5-year old.", "How many R are there in the word Strawberry?"],
accept_token=True
).launch()