donnamae commited on
Commit
e0c7921
Β·
verified Β·
1 Parent(s): 49b9581

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,4 +41,4 @@ demo = gr.Interface(
41
  description="Speak your coding command. The system will transcribe and generate the corresponding code."
42
  )
43
 
44
- demo.launch()
 
41
  description="Speak your coding command. The system will transcribe and generate the corresponding code."
42
  )
43
 
44
+ demo.launch(share=True)