Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -109,9 +109,6 @@ class GradioInterface:
|
|
| 109 |
|
| 110 |
with gr.Accordion("Full Response JSON", open=False, visible=True):
|
| 111 |
full_response_json = gr.JSON()
|
| 112 |
-
print('-'*100)
|
| 113 |
-
print(full_response_json)
|
| 114 |
-
print('-'*100)
|
| 115 |
|
| 116 |
# Button click handlers
|
| 117 |
automatic_metaprompt_button.click(
|
|
|
|
| 109 |
|
| 110 |
with gr.Accordion("Full Response JSON", open=False, visible=True):
|
| 111 |
full_response_json = gr.JSON()
|
|
|
|
|
|
|
|
|
|
| 112 |
|
| 113 |
# Button click handlers
|
| 114 |
automatic_metaprompt_button.click(
|