Reverent commited on
Commit
c8a060f
·
verified ·
1 Parent(s): 1316164

Rename main.py to app.py

Browse files
Files changed (2) hide show
  1. app.py +3 -0
  2. main.py +0 -3
app.py ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ import gradio as gr
2
+
3
+ gr.load("https://huggingface.co/spaces/Reverent/ATLEI2", src="spaces", hf_token=os.getenv("HF_TOKEN"))
main.py DELETED
@@ -1,3 +0,0 @@
1
- import gradio as gr
2
-
3
- gr.load(path, src="spaces", hf_token=os.getenv("HF_TOKEN"))