imseldrith commited on
Commit
72fe39e
1 Parent(s): d89e531

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -152,4 +152,4 @@ def bai_chat(text, max_gen_length=256, temperature=0.7, model_name="gpt2", model
152
 
153
  gr.Interface(fn=bai_chat,
154
  inputs=[gr.inputs.Textbox("Enter your text here...")],
155
- outputs=gr.outputs.Textbox(label="Generated Texts")]).launch()
 
152
 
153
  gr.Interface(fn=bai_chat,
154
  inputs=[gr.inputs.Textbox("Enter your text here...")],
155
+ outputs=[gr.outputs.Textbox(label="Generated Texts")]).launch()