akhaliq HF staff commited on
Commit
d90ff41
·
verified ·
1 Parent(s): 3925246

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -6,5 +6,6 @@ gr.load(
6
  src=xai_gradio.registry,
7
  title='X.AI-Gradio Integration',
8
  description="Chat with grok-beta model.",
9
- examples=["Explain quantum gravity to a 5-year old.", "How many R are there in the word Strawberry?"]
 
10
  ).launch()
 
6
  src=xai_gradio.registry,
7
  title='X.AI-Gradio Integration',
8
  description="Chat with grok-beta model.",
9
+ examples=["Explain quantum gravity to a 5-year old.", "How many R are there in the word Strawberry?"],
10
+ access_token=True
11
  ).launch()