duchaba commited on
Commit
91b7ab3
1 Parent(s): b773212

add import gradio

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -6,6 +6,7 @@ import cryptography.fernet
6
  from flopth import flopth
7
  import huggingface_hub
8
  import huggingface_hub.hf_api
 
9
  ## standard libs, no need to install
10
  import json
11
  import requests
 
6
  from flopth import flopth
7
  import huggingface_hub
8
  import huggingface_hub.hf_api
9
+ import gradio
10
  ## standard libs, no need to install
11
  import json
12
  import requests