hasibzunair commited on
Commit
e3041e2
Β·
1 Parent(s): 0cecd8b
Files changed (2) hide show
  1. README.md +2 -2
  2. app.py +1 -1
README.md CHANGED
@@ -4,10 +4,10 @@ emoji: πŸ“šβœ–οΈβž• πŸ”’
4
  colorFrom: yellow
5
  colorTo: indigo
6
  sdk: gradio
7
- sdk_version: 2.9.0
8
  app_file: app.py
9
  pinned: false
10
- license: afl-3.0
11
  python_version: 3.8.5
12
  ---
13
 
 
4
  colorFrom: yellow
5
  colorTo: indigo
6
  sdk: gradio
7
+ sdk_version: 3.1.4b5
8
  app_file: app.py
9
  pinned: false
10
+ license: mit
11
  python_version: 3.8.5
12
  ---
13
 
app.py CHANGED
@@ -37,4 +37,4 @@ demo = gr.Interface(
37
  analytics_enabled=False,
38
  )
39
 
40
- demo.launch(debug=True, enable_queue=True)
 
37
  analytics_enabled=False,
38
  )
39
 
40
+ demo.launch(enable_queue=True)