upload application file3
Browse files
app.py
CHANGED
|
@@ -207,4 +207,4 @@ with gr.Blocks() as demo:
|
|
| 207 |
btn2.click(fn=generate_next, inputs=[history, radio2, max_length, num_beams, p], outputs=[history, now_text, next_text])
|
| 208 |
|
| 209 |
if __name__ == "__main__":
|
| 210 |
-
demo.launch()
|
|
|
|
| 207 |
btn2.click(fn=generate_next, inputs=[history, radio2, max_length, num_beams, p], outputs=[history, now_text, next_text])
|
| 208 |
|
| 209 |
if __name__ == "__main__":
|
| 210 |
+
demo.launch(share=False)
|