anubhav-singh commited on
Commit
42dfb16
·
verified ·
1 Parent(s): f874336

forgot comma

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ examples = [
47
  gr.ChatInterface(
48
  fn=phi3_fun,
49
  title =title,
50
- examples = examples
51
  theme='sudeepshouche/minimalist'
52
  ).launch(debug=True)
53
  # demo = gr.Interface(fn=phi3_fun, inputs="text", outputs="text",title =title,
 
47
  gr.ChatInterface(
48
  fn=phi3_fun,
49
  title =title,
50
+ examples = examples,
51
  theme='sudeepshouche/minimalist'
52
  ).launch(debug=True)
53
  # demo = gr.Interface(fn=phi3_fun, inputs="text", outputs="text",title =title,