Spaces:
Runtime error
Runtime error
taltaf9133
commited on
Commit
•
4add3f0
1
Parent(s):
dcc438f
Update app.py
Browse files
app.py
CHANGED
@@ -64,4 +64,4 @@ demo = gradio.Interface(fn=predict, # mapping function from input to output
|
|
64 |
description=description,)
|
65 |
|
66 |
# Launch the demo!
|
67 |
-
demo.launch(debug = True
|
|
|
64 |
description=description,)
|
65 |
|
66 |
# Launch the demo!
|
67 |
+
demo.launch(debug = True)
|