Spaces:
Runtime error
Runtime error
Commit
·
1fb9897
1
Parent(s):
e9f77cf
Removed sharing of Gradio app
Browse files
app.py
CHANGED
@@ -226,6 +226,6 @@ gr.Interface(
|
|
226 |
theme = theme,
|
227 |
interpretation = interpretation,
|
228 |
description = description
|
229 |
-
).launch(
|
230 |
|
231 |
clean_directories()
|
|
|
226 |
theme = theme,
|
227 |
interpretation = interpretation,
|
228 |
description = description
|
229 |
+
).launch(debug=True)
|
230 |
|
231 |
clean_directories()
|