Update app.py
Browse files
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()
|