Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -11,6 +11,6 @@ with gr.Blocks()as demo:
|
|
| 11 |
with gr.Column():
|
| 12 |
btn=gr.Button("Generate")
|
| 13 |
|
| 14 |
-
|
| 15 |
|
| 16 |
demo.launch()
|
|
|
|
| 11 |
with gr.Column():
|
| 12 |
btn=gr.Button("Generate")
|
| 13 |
|
| 14 |
+
btn.click(complete_with_gpt,textbox,textbox)
|
| 15 |
|
| 16 |
demo.launch()
|