shriarul5273
commited on
Commit
·
0f5eba6
1
Parent(s):
e5fe674
demo update
Browse files
app.py
CHANGED
@@ -65,4 +65,5 @@ outputs = gr.Image(type="pil", label="Saliency Map")
|
|
65 |
|
66 |
gr.Interface(inference, inputs=[input_1,input_2,input_3], outputs=outputs,
|
67 |
title=title,examples=examples,
|
68 |
-
description=description,
|
|
|
|
65 |
|
66 |
gr.Interface(inference, inputs=[input_1,input_2,input_3], outputs=outputs,
|
67 |
title=title,examples=examples,
|
68 |
+
description=description,
|
69 |
+
article=article,cache_examples=False).launch(server_name="0.0.0.0", server_port=7000)
|