Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -206,4 +206,4 @@ iface = gr.Interface(
|
|
206 |
theme="dark-seafoam",
|
207 |
thumbnail='images.jpg'
|
208 |
)
|
209 |
-
iface.launch(
|
|
|
206 |
theme="dark-seafoam",
|
207 |
thumbnail='images.jpg'
|
208 |
)
|
209 |
+
iface.launch()# share= True,auth=("admin", "pass1234"))
|