Spaces:
Runtime error
Runtime error
Commit
·
e3de5d4
1
Parent(s):
efc2ac4
fix app.py to remove 'share = True'
Browse files
app.py
CHANGED
@@ -70,8 +70,8 @@ demo = gr.Interface(fn = predict,
|
|
70 |
title = title,
|
71 |
description = description)
|
72 |
|
73 |
-
demo.launch(debug = False
|
74 |
-
|
75 |
|
76 |
|
77 |
|
|
|
70 |
title = title,
|
71 |
description = description)
|
72 |
|
73 |
+
demo.launch(debug = False)
|
74 |
+
|
75 |
|
76 |
|
77 |
|