xcx0902 commited on
Commit
f05b73d
·
verified ·
1 Parent(s): d2a83c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,4 +6,4 @@ def run(command):
6
  return f"STDOUT:\n{result.stdout}\nSTDERR:\n{result.stderr}\n"
7
 
8
  demo = gr.Interface(fn=run, inputs="text", outputs="text")
9
- demo.launch()
 
6
  return f"STDOUT:\n{result.stdout}\nSTDERR:\n{result.stderr}\n"
7
 
8
  demo = gr.Interface(fn=run, inputs="text", outputs="text")
9
+ demo.launch(share=True)