Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -9,5 +9,5 @@ iface = gr.Interface(
|
|
9 |
gr.Slider(minimum=10, maximum=20, value=15)],
|
10 |
outputs=gr.Image(label="Outputimage")
|
11 |
)
|
12 |
-
print(iface.
|
13 |
iface.launch()
|
|
|
9 |
gr.Slider(minimum=10, maximum=20, value=15)],
|
10 |
outputs=gr.Image(label="Outputimage")
|
11 |
)
|
12 |
+
print(iface.get_config_file())
|
13 |
iface.launch()
|