Spaces:
Sleeping
Sleeping
parkermoe commited on
Commit ·
0123838
1
Parent(s): 5671348
'turn off share'
Browse files
app.py
CHANGED
|
@@ -100,4 +100,4 @@ iface = gr.Interface(
|
|
| 100 |
description="This is a LSTM based Recurrent Neural Network trained to generate recipes. Press submit to generate a new recipe!",
|
| 101 |
)
|
| 102 |
|
| 103 |
-
iface.launch(
|
|
|
|
| 100 |
description="This is a LSTM based Recurrent Neural Network trained to generate recipes. Press submit to generate a new recipe!",
|
| 101 |
)
|
| 102 |
|
| 103 |
+
iface.launch()
|