Spaces:
Sleeping
Sleeping
shumpei
commited on
Commit
•
ce4cf4d
1
Parent(s):
275f8a6
Update app.py
Browse files
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(
|
|
|
45 |
interface = gr.Interface(fn=create_dataset, inputs=inputs, outputs=output)
|
46 |
|
47 |
# インターフェースを起動
|
48 |
+
interface.launch()
|