Rename app.ipynb to app.py
Browse files- app.ipynb β app.py +1 -1
app.ipynb β app.py
RENAMED
@@ -154,4 +154,4 @@ iface = gr.Interface(
|
|
154 |
)
|
155 |
|
156 |
# Launch the interface
|
157 |
-
iface.launch(
|
|
|
154 |
)
|
155 |
|
156 |
# Launch the interface
|
157 |
+
iface.launch(inline=False)
|