Spaces:
Sleeping
Sleeping
Commit
·
646f93c
1
Parent(s):
baaf9df
Update app.py
Browse files
app.py
CHANGED
@@ -15,4 +15,5 @@ iface = gr.Interface(fn=generate_response,
|
|
15 |
title='Cohere Text Generation',
|
16 |
description='Enter your prompt to generate text')
|
17 |
|
18 |
-
iface.launch()
|
|
|
|
15 |
title='Cohere Text Generation',
|
16 |
description='Enter your prompt to generate text')
|
17 |
|
18 |
+
iface.launch(share=True)
|
19 |
+
|