Spaces:
Running
Running
Niki Zhang
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -2649,10 +2649,10 @@ def create_ui():
|
|
2649 |
paragraph,artist,gender,image_path, log_state,history_log,output_audio])
|
2650 |
|
2651 |
example_image.change(clear_chat_memory, inputs=[visual_chatgpt])
|
2652 |
-
|
2653 |
-
|
2654 |
-
|
2655 |
-
|
2656 |
|
2657 |
# def on_click_tab_selected():
|
2658 |
# if gpt_state ==1:
|
|
|
2649 |
paragraph,artist,gender,image_path, log_state,history_log,output_audio])
|
2650 |
|
2651 |
example_image.change(clear_chat_memory, inputs=[visual_chatgpt])
|
2652 |
+
example_image.change(
|
2653 |
+
lambda:([],[],[],None,[]),
|
2654 |
+
[],
|
2655 |
+
[gallery_result,style_gallery_result,recommend_bot,new_crop_save_path,chatbot])
|
2656 |
|
2657 |
# def on_click_tab_selected():
|
2658 |
# if gpt_state ==1:
|