Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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.
|
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,
|