Update app.py
Browse files
app.py
CHANGED
@@ -7,5 +7,5 @@ gr.load(
|
|
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 |
-
|
11 |
).launch()
|
|
|
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 |
+
accept_token=True
|
11 |
).launch()
|