brunhild217 commited on
Commit
f7dcdc9
·
1 Parent(s): c624f0d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -103,7 +103,7 @@ with gr.Blocks() as demo:
103
  elem_classes="short-height")
104
  instructor_prompt = gr.Textbox(visible=False)
105
  gr.Interface(get_instructor_prompt, file_input, instructor_prompt)
106
- instructor_prompt.change(embed_prompt, instructor_prompt, test)
107
  test = gr.Textbox(label="testing")
 
108
 
109
  demo.queue().launch(server_name='0.0.0.0', server_port=7860)
 
103
  elem_classes="short-height")
104
  instructor_prompt = gr.Textbox(visible=False)
105
  gr.Interface(get_instructor_prompt, file_input, instructor_prompt)
 
106
  test = gr.Textbox(label="testing")
107
+ instructor_prompt.change(embed_prompt, instructor_prompt, test)
108
 
109
  demo.queue().launch(server_name='0.0.0.0', server_port=7860)