Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -114,4 +114,4 @@ with gr.Blocks() as demo:
|
|
114 |
outputs=[input_tokens, output_ids])
|
115 |
|
116 |
if __name__ == "__main__":
|
117 |
-
demo.launch(debug=True)
|
|
|
114 |
outputs=[input_tokens, output_ids])
|
115 |
|
116 |
if __name__ == "__main__":
|
117 |
+
demo.launch(debug=True, share=True)
|