Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -114,9 +114,9 @@ def create_interface(model_name, description):
|
|
114 |
label="Repetition penalty",
|
115 |
),
|
116 |
],
|
117 |
-
retry_btn="Retry",
|
118 |
-
undo_btn="Undo",
|
119 |
-
clear_btn="Clear",
|
120 |
submit_btn="Send",
|
121 |
title=f"{model_name}",
|
122 |
description=description,
|
|
|
114 |
label="Repetition penalty",
|
115 |
),
|
116 |
],
|
117 |
+
#retry_btn="Retry",
|
118 |
+
#undo_btn="Undo",
|
119 |
+
#clear_btn="Clear",
|
120 |
submit_btn="Send",
|
121 |
title=f"{model_name}",
|
122 |
description=description,
|