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