sugiv commited on
Commit
6fa77c7
·
1 Parent(s): ca08394

Debugging shit

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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",