NeoPy commited on
Commit
31bcf8c
·
verified ·
1 Parent(s): d635cd8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import requests
2
  import urllib.parse
3
  from typing import Optional, Dict, Any
4
-
5
  app = Server()
6
 
7
 
 
1
  import requests
2
  import urllib.parse
3
  from typing import Optional, Dict, Any
4
+ from gradio import Server
5
  app = Server()
6
 
7