Spaces:
Sleeping
Sleeping
jh000107
commited on
Commit
·
72e1144
1
Parent(s):
dc4f3f2
update
Browse files
app.py
CHANGED
@@ -322,4 +322,4 @@ with gr.Blocks() as gpt_analysis:
|
|
322 |
|
323 |
btn.click(get_completion, inputs=conversation, outputs=[output_box])
|
324 |
|
325 |
-
gr.TabbedInterface([gpt_analysis], ["GPT Analysis"]).launch(inline=False, debug=True
|
|
|
322 |
|
323 |
btn.click(get_completion, inputs=conversation, outputs=[output_box])
|
324 |
|
325 |
+
gr.TabbedInterface([gpt_analysis], ["GPT Analysis"]).launch(inline=False, debug=True)
|