Spaces:
Running
Running
Update app.py
Browse files
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")
|