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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -48,7 +48,8 @@ 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,
54
  # examples = examples)
 
48
  fn=phi3_fun,
49
  title =title,
50
  examples = examples,
51
+ theme='sudeepshouche/minimalist',
52
+ trust_remote_code=True
53
  ).launch(debug=True)
54
  # demo = gr.Interface(fn=phi3_fun, inputs="text", outputs="text",title =title,
55
  # examples = examples)