fg-mindee commited on
Commit
d15522f
1 Parent(s): e6ff5fc

fix: Fixed Gradio app

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,4 +38,4 @@ gr.Interface(
38
  live=True,
39
  theme="huggingface",
40
  layout="horizontal",
41
- ).launch(enable_queue=True,cache_examples=True)
 
38
  live=True,
39
  theme="huggingface",
40
  layout="horizontal",
41
+ ).launch()