senthil3226w commited on
Commit
4250489
·
verified ·
1 Parent(s): 70816bc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,4 +29,4 @@ def generate_response(instruction):
29
  demo = gr.Interface(fn=generate_response, inputs="text", outputs="text")
30
 
31
  # Launch the interface
32
- demo.launch()
 
29
  demo = gr.Interface(fn=generate_response, inputs="text", outputs="text")
30
 
31
  # Launch the interface
32
+ demo.launch(share=True)