Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -56,8 +56,7 @@ demo = gr.Interface(
|
|
| 56 |
examples=[
|
| 57 |
["What is the capital of China?\nExplain gravity", True],
|
| 58 |
["The capital of China is Beijing.\nGravity is a force...", False],
|
| 59 |
-
]
|
| 60 |
-
allow_flagging="never",
|
| 61 |
)
|
| 62 |
|
| 63 |
demo.launch()
|
|
|
|
| 56 |
examples=[
|
| 57 |
["What is the capital of China?\nExplain gravity", True],
|
| 58 |
["The capital of China is Beijing.\nGravity is a force...", False],
|
| 59 |
+
]
|
|
|
|
| 60 |
)
|
| 61 |
|
| 62 |
demo.launch()
|