ziyadsuper2017 commited on
Commit
646f93c
·
1 Parent(s): baaf9df

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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
+