Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -137,10 +137,6 @@ with gr.Blocks(fill_height=True, theme=gr.themes.Soft()) as demo:
|
|
| 137 |
}
|
| 138 |
],
|
| 139 |
cache_examples=False,
|
| 140 |
-
submit_btn="Send",
|
| 141 |
-
retry_btn="🔄 Retry",
|
| 142 |
-
undo_btn="↩️ Undo",
|
| 143 |
-
clear_btn="🗑️ Clear",
|
| 144 |
)
|
| 145 |
|
| 146 |
if __name__ == "__main__":
|
|
|
|
| 137 |
}
|
| 138 |
],
|
| 139 |
cache_examples=False,
|
|
|
|
|
|
|
|
|
|
|
|
|
| 140 |
)
|
| 141 |
|
| 142 |
if __name__ == "__main__":
|