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