update html
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ iface = gr.Interface(
|
|
13 |
outputs="html",
|
14 |
title="Benchmark_Summary En Ru Zh",
|
15 |
description="Benchmark summary for ru, en, zh languages.",
|
16 |
-
live=
|
17 |
)
|
18 |
|
19 |
iface.launch(share=True)
|
|
|
13 |
outputs="html",
|
14 |
title="Benchmark_Summary En Ru Zh",
|
15 |
description="Benchmark summary for ru, en, zh languages.",
|
16 |
+
live=True
|
17 |
)
|
18 |
|
19 |
iface.launch(share=True)
|