Spaces:
Build error
Build error
NaveenPradhaph
commited on
Commit
·
6c85cff
1
Parent(s):
63c220f
trust added
Browse files
app.py
CHANGED
@@ -13,6 +13,7 @@ demo = gr.load(
|
|
13 |
inputs=gr.Textbox(lines=5, max_lines=6, label="Input Text"),
|
14 |
title=title,
|
15 |
examples=examples,
|
|
|
16 |
)
|
17 |
|
18 |
if __name__ == "__main__":
|
|
|
13 |
inputs=gr.Textbox(lines=5, max_lines=6, label="Input Text"),
|
14 |
title=title,
|
15 |
examples=examples,
|
16 |
+
trust_remote_code=True,
|
17 |
)
|
18 |
|
19 |
if __name__ == "__main__":
|