HayatoHongoEveryonesAI commited on
Commit
e5e1a82
·
1 Parent(s): 92920e9
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -98,9 +98,9 @@ demo = gr.ChatInterface(
98
  chat_fn,
99
  title="EveryonesGPT Pretrained (No Instruction-tuning). Single-turn English-only demo.",
100
  description=(
101
- "- example prompt1. The capital of Japan is\n"
102
- "- example prompt2. Element symbol of silver is\n"
103
- "- example prompt3. Explain AI in simple terms"
104
  ),
105
  additional_inputs=[
106
  gr.Slider(0.1, 2.0, value=0.7, step=0.05, label="Temperature"),
 
98
  chat_fn,
99
  title="EveryonesGPT Pretrained (No Instruction-tuning). Single-turn English-only demo.",
100
  description=(
101
+ "- The capital of Japan is\n"
102
+ "- The chemical symbol for silver is\n"
103
+ "- Explain AI in simple terms"
104
  ),
105
  additional_inputs=[
106
  gr.Slider(0.1, 2.0, value=0.7, step=0.05, label="Temperature"),