KittyCat00 commited on
Commit
bc882b5
·
verified ·
1 Parent(s): d03cf01

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -526,4 +526,4 @@ def main(input_text, max_new_tokens):
526
  thing = gr.Interface(fn=main, theme='ParityError/Anime', inputs=[gr.Textbox(label='Starting context'), gr.Number(label="Maximum output tokens")], outputs=[gr.Textbox(label="Response:")], title="CatGPT", article="Meow")
527
 
528
  if __name__ == "__main__":
529
- thing.launch(share=true)
 
526
  thing = gr.Interface(fn=main, theme='ParityError/Anime', inputs=[gr.Textbox(label='Starting context'), gr.Number(label="Maximum output tokens")], outputs=[gr.Textbox(label="Response:")], title="CatGPT", article="Meow")
527
 
528
  if __name__ == "__main__":
529
+ thing.launch(share=True)