FOL-Search commited on
Commit
db1652f
·
verified ·
1 Parent(s): edf8837

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -3,6 +3,7 @@ import gradio as gr
3
  import tempfile
4
  from gradio_client import Client, handle_file
5
  import base64
 
6
 
7
  BACKEND = os.getenv("BACKEND")
8
  JS2 = os.getenv("JS2")
 
3
  import tempfile
4
  from gradio_client import Client, handle_file
5
  import base64
6
+ import json
7
 
8
  BACKEND = os.getenv("BACKEND")
9
  JS2 = os.getenv("JS2")