Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
import gradio as gr
|
2 |
import os
|
|
|
3 |
from pyrebase import pyrebase
|
4 |
config = {
|
5 |
"apiKey": os.environ.get("key"),
|
|
|
1 |
import gradio as gr
|
2 |
import os
|
3 |
+
import json
|
4 |
from pyrebase import pyrebase
|
5 |
config = {
|
6 |
"apiKey": os.environ.get("key"),
|