Merlintxu commited on
Commit
92809de
·
verified ·
1 Parent(s): 5982a2e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +46 -0
app.py CHANGED
@@ -1,3 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  import gradio as gr
2
  import json
3
  from seo_analyzer import SEOSpaceAnalyzer
@@ -156,3 +201,4 @@ if __name__ == "__main__":
156
  app = create_interface()
157
  app.launch(server_name="0.0.0.0", server_port=7860, show_error=True, share=False)
158
 
 
 
1
+ Hugging Face's logo
2
+ Hugging Face
3
+ Models
4
+ Datasets
5
+ Spaces
6
+ Posts
7
+ Docs
8
+ Enterprise
9
+ Pricing
10
+
11
+
12
+
13
+ Spaces:
14
+
15
+ Merlintxu
16
+ /
17
+ SEO
18
+
19
+
20
+ like
21
+ 0
22
+
23
+ App
24
+ Files
25
+ Community
26
+ Settings
27
+ SEO
28
+ /
29
+ app.py
30
+
31
+ Merlintxu's picture
32
+ Merlintxu
33
+ Update app.py
34
+ 08b832d
35
+ verified
36
+ about 7 hours ago
37
+ raw
38
+
39
+ Copy download link
40
+ history
41
+ blame
42
+ edit
43
+ delete
44
+
45
+ 6.4 kB
46
  import gradio as gr
47
  import json
48
  from seo_analyzer import SEOSpaceAnalyzer
 
201
  app = create_interface()
202
  app.launch(server_name="0.0.0.0", server_port=7860, show_error=True, share=False)
203
 
204
+