fhatje commited on
Commit
9614a21
·
1 Parent(s): 550b712
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -113,7 +113,10 @@ demo = gr.Interface(
113
  description=description,
114
  examples=examples,
115
  interpretation=interpretation,
116
- _api_mode=True # Fixes error: https://github.com/gradio-app/gradio/pull/1949
 
 
 
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