Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -60,4 +60,4 @@ iface=gr.Interface(fn=make,
|
|
| 60 |
}
|
| 61 |
""")
|
| 62 |
# iface.launch(share=True)
|
| 63 |
-
iface.launch(share=True,debug=False,favicon_path=logo.png)
|
|
|
|
| 60 |
}
|
| 61 |
""")
|
| 62 |
# iface.launch(share=True)
|
| 63 |
+
iface.launch(share=True,debug=False,favicon_path="logo.png")
|