OscarFAI commited on
Commit
3835819
·
1 Parent(s): abd9fd7
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -124,9 +124,11 @@ with gr.Blocks(fill_height=True, css=css) as demo:
124
  render=False ),
125
  ],
126
  examples=[
127
- ['Who are you?'],
 
 
128
  cache_examples=False,
129
- )
130
 
131
  if __name__ == "__main__":
132
  demo.launch()
 
124
  render=False ),
125
  ],
126
  examples=[
127
+ ['Who Are you?']
128
+
129
+ ],
130
  cache_examples=False,
131
+ )
132
 
133
  if __name__ == "__main__":
134
  demo.launch()