Testing
Browse files
app.py
CHANGED
@@ -124,9 +124,11 @@ with gr.Blocks(fill_height=True, css=css) as demo:
|
|
124 |
render=False ),
|
125 |
],
|
126 |
examples=[
|
127 |
-
['Who
|
|
|
|
|
128 |
cache_examples=False,
|
129 |
-
|
130 |
|
131 |
if __name__ == "__main__":
|
132 |
demo.launch()
|
|
|
124 |
render=False ),
|
125 |
],
|
126 |
examples=[
|
127 |
+
['Who Are you?']
|
128 |
+
|
129 |
+
],
|
130 |
cache_examples=False,
|
131 |
+
)
|
132 |
|
133 |
if __name__ == "__main__":
|
134 |
demo.launch()
|