Spaces:
Runtime error
Runtime error
Commit ·
9853f58
1
Parent(s): 2ddb0af
Update app.py
Browse files
app.py
CHANGED
|
@@ -88,6 +88,6 @@ iface = gr.Interface(fn =predict,
|
|
| 88 |
outputs = [
|
| 89 |
gr.HTML()
|
| 90 |
,
|
| 91 |
-
],allow_flagging="never", title=title, description=description
|
| 92 |
|
| 93 |
iface.launch(debug=True)
|
|
|
|
| 88 |
outputs = [
|
| 89 |
gr.HTML()
|
| 90 |
,
|
| 91 |
+
],allow_flagging="never", title=title, description=description)
|
| 92 |
|
| 93 |
iface.launch(debug=True)
|