Spaces:
Runtime error
Runtime error
Commit
·
57b4f44
1
Parent(s):
101e5cb
Update app.py
Browse files
app.py
CHANGED
@@ -11,4 +11,5 @@ output_text=gr.outputs.Textbox()
|
|
11 |
gr.Interface(ai_text, "textbox",
|
12 |
output_text, title="Centauri Pilot",
|
13 |
examples= [['Chocolate gives bad skin'], ['India has the highest population'], ['The moon is not a planet']],
|
|
|
14 |
description="Generating Blog Content using GPT-Neo by implementing aitextgen and Gradio").launch(inline=False)
|
|
|
11 |
gr.Interface(ai_text, "textbox",
|
12 |
output_text, title="Centauri Pilot",
|
13 |
examples= [['Chocolate gives bad skin'], ['India has the highest population'], ['The moon is not a planet']],
|
14 |
+
theme='dark-peach',
|
15 |
description="Generating Blog Content using GPT-Neo by implementing aitextgen and Gradio").launch(inline=False)
|