Spaces:
Runtime error
Runtime error
DmitrMakeev
commited on
Commit
•
619b3ea
1
Parent(s):
3e3aec1
Update app.py
Browse files
app.py
CHANGED
@@ -85,7 +85,10 @@ additional_inputs=[
|
|
85 |
)
|
86 |
]
|
87 |
|
88 |
-
examples=[
|
|
|
|
|
|
|
89 |
]
|
90 |
|
91 |
|
@@ -94,11 +97,7 @@ description = r"""
|
|
94 |
"""
|
95 |
|
96 |
|
97 |
-
|
98 |
-
[![download](https://img.shields.io/github/downloads/TencentARC/GFPGAN/total.svg)](https://github.com/TencentARC/GFPGAN/releases)
|
99 |
-
[![GitHub Stars](https://img.shields.io/github/stars/TencentARC/GFPGAN?style=social)](https://github.com/TencentARC/GFPGAN)
|
100 |
-
[![arXiv](https://img.shields.io/badge/arXiv-Paper-<COLOR>.svg)](https://arxiv.org/abs/2101.04061)
|
101 |
-
"""
|
102 |
|
103 |
gr.ChatInterface(
|
104 |
fn=generate,
|
|
|
85 |
)
|
86 |
]
|
87 |
|
88 |
+
examples=[
|
89 |
+
["", "Always answer completely in English", 0.5, 20480, 0.75, 1.2],
|
90 |
+
["", "Répondez toujours complètement en français", 0.5, 20480, 0.75, 1.2],
|
91 |
+
["", "Отвечай всегда полностью на русском языке", 0.5, 20480, 0.75, 1.2],
|
92 |
]
|
93 |
|
94 |
|
|
|
97 |
"""
|
98 |
|
99 |
|
100 |
+
|
|
|
|
|
|
|
|
|
101 |
|
102 |
gr.ChatInterface(
|
103 |
fn=generate,
|