shumpei commited on
Commit
ce4cf4d
•
1 Parent(s): 275f8a6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,4 +45,4 @@ output = gr.outputs.Textbox(label="ステータス")
45
  interface = gr.Interface(fn=create_dataset, inputs=inputs, outputs=output)
46
 
47
  # インターフェースを起動
48
- interface.launch(share = True)
 
45
  interface = gr.Interface(fn=create_dataset, inputs=inputs, outputs=output)
46
 
47
  # インターフェースを起動
48
+ interface.launch()