home commited on
Commit
46b5c58
·
1 Parent(s): 53ddcc8

Fix ModuleNotFoundError by adding defake to sys.path

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ with gr.Blocks(title="CISPA Citizen DeFake") as demo:
43
  gr.Textbox(label="api_token", type="password"),
44
  ],
45
  outputs="json",
46
- allow_flagging="never",
47
  title="API Endpoint",
48
  )
49
 
 
43
  gr.Textbox(label="api_token", type="password"),
44
  ],
45
  outputs="json",
46
+ # allow_flagging="never",
47
  title="API Endpoint",
48
  )
49