Debugging shit
Browse files
app.py
CHANGED
@@ -173,7 +173,6 @@ generate_interface = gr.Interface(
|
|
173 |
|
174 |
stream_interface = gr.Interface(
|
175 |
fn=stream_solution,
|
176 |
-
Probblem_Instruction = gr.Textbox(label="Problem Instruction")
|
177 |
inputs=[gr.Textbox(label="Problem Instruction"), gr.Textbox(label="JWT Token")],
|
178 |
outputs=gr.JSON(),
|
179 |
title="Stream Solution API",
|
|
|
173 |
|
174 |
stream_interface = gr.Interface(
|
175 |
fn=stream_solution,
|
|
|
176 |
inputs=[gr.Textbox(label="Problem Instruction"), gr.Textbox(label="JWT Token")],
|
177 |
outputs=gr.JSON(),
|
178 |
title="Stream Solution API",
|