tommy24 commited on
Commit
8545f36
·
1 Parent(s): 4c4b89e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,6 +1,7 @@
1
  import gradio as gr
2
  import os
3
  import json
 
4
  from pyrebase import pyrebase
5
  config = {
6
  "apiKey": os.environ.get("key"),
 
1
  import gradio as gr
2
  import os
3
  import json
4
+ import collections
5
  from pyrebase import pyrebase
6
  config = {
7
  "apiKey": os.environ.get("key"),