Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -33,4 +33,4 @@ iface = gr.Interface(fn=predict,
|
|
33 |
examples=["./logo.jpeg"])
|
34 |
print("****************Interface created******************")
|
35 |
|
36 |
-
iface.launch(
|
|
|
33 |
examples=["./logo.jpeg"])
|
34 |
print("****************Interface created******************")
|
35 |
|
36 |
+
iface.launch()
|