Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -21,5 +21,5 @@ def predict_and_visualize(image):
|
|
21 |
|
22 |
# Gradio-Schnittstelle für die Bildbearbeitungsfunktion
|
23 |
iface = gr.Interface(fn=predict_and_visualize, inputs="image", outputs="image")
|
24 |
-
iface.launch(
|
25 |
|
|
|
21 |
|
22 |
# Gradio-Schnittstelle für die Bildbearbeitungsfunktion
|
23 |
iface = gr.Interface(fn=predict_and_visualize, inputs="image", outputs="image")
|
24 |
+
iface.launch()
|
25 |
|