Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -275,7 +275,7 @@ iface = gr.Interface(
|
|
| 275 |
title=title,
|
| 276 |
description=description,
|
| 277 |
article=article,
|
| 278 |
-
examples=None #formatted_examples if formatted_examples else None,
|
| 279 |
allow_flagging="never",
|
| 280 |
theme="shivi/calm_seafoam"
|
| 281 |
)
|
|
|
|
| 275 |
title=title,
|
| 276 |
description=description,
|
| 277 |
article=article,
|
| 278 |
+
examples=None, #formatted_examples if formatted_examples else None,
|
| 279 |
allow_flagging="never",
|
| 280 |
theme="shivi/calm_seafoam"
|
| 281 |
)
|