Repush
Browse files
app.py
CHANGED
@@ -113,7 +113,10 @@ demo = gr.Interface(
|
|
113 |
description=description,
|
114 |
examples=examples,
|
115 |
interpretation=interpretation,
|
116 |
-
|
|
|
|
|
|
|
117 |
)
|
118 |
|
119 |
# %% ../main.ipynb 9
|
|
|
113 |
description=description,
|
114 |
examples=examples,
|
115 |
interpretation=interpretation,
|
116 |
+
# Fixes error when set to True:
|
117 |
+
# https://github.com/gradio-app/gradio/pull/1949
|
118 |
+
# but generated file names are too long
|
119 |
+
_api_mode=False
|
120 |
)
|
121 |
|
122 |
# %% ../main.ipynb 9
|