zmbfeng commited on
Commit
9860451
·
verified ·
1 Parent(s): 57ca910

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -248,7 +248,7 @@ interface2 = gr.Interface(fn=create_response_untethered,
248
  "If is set to True, the generate function will use stochastic sampling, which means that it will randomly" +
249
  " select a word from the probability distribution at each step. This results in a more diverse and creative" +
250
  " output, but it might also introduce errors and inconsistencies ", value=True),
251
- gr.TextBook(value="untethered_model_name",visible=False)
252
  ], outputs=[gr.Textbox(label="output response", lines=30)])
253
 
254
  interface3 = gr.Interface(fn=create_response_untethered_paraphrased,
 
248
  "If is set to True, the generate function will use stochastic sampling, which means that it will randomly" +
249
  " select a word from the probability distribution at each step. This results in a more diverse and creative" +
250
  " output, but it might also introduce errors and inconsistencies ", value=True),
251
+ gr.Textbox(value="untethered_model_name",visible=False)
252
  ], outputs=[gr.Textbox(label="output response", lines=30)])
253
 
254
  interface3 = gr.Interface(fn=create_response_untethered_paraphrased,