Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -49,7 +49,8 @@ gr.ChatInterface(
|
|
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)
|
|
|
49 |
title =title,
|
50 |
examples = examples,
|
51 |
theme='sudeepshouche/minimalist',
|
52 |
+
trust_remote_code=True,
|
53 |
+
force_download=True
|
54 |
).launch(debug=True)
|
55 |
# demo = gr.Interface(fn=phi3_fun, inputs="text", outputs="text",title =title,
|
56 |
# examples = examples)
|