Spaces:
Running
on
Zero
Running
on
Zero
fix button
Browse files- app_dialogue.py +0 -2
app_dialogue.py
CHANGED
|
@@ -426,8 +426,6 @@ with gr.Blocks(fill_height=True, css=""".gradio-container .avatar-container {hei
|
|
| 426 |
dope_bttn = gr.Button("Dope🔥")
|
| 427 |
with gr.Column(scale=1, min_width=50):
|
| 428 |
problematic_bttn = gr.Button("Problematic😬")
|
| 429 |
-
with gr.Row():
|
| 430 |
-
update_dope_problematic_dataset = gr.Button("Update Dope/Problematic dataset📚")
|
| 431 |
dope_callback.setup(
|
| 432 |
[
|
| 433 |
model_selector,
|
|
|
|
| 426 |
dope_bttn = gr.Button("Dope🔥")
|
| 427 |
with gr.Column(scale=1, min_width=50):
|
| 428 |
problematic_bttn = gr.Button("Problematic😬")
|
|
|
|
|
|
|
| 429 |
dope_callback.setup(
|
| 430 |
[
|
| 431 |
model_selector,
|