Spaces:
Sleeping
Sleeping
WIP: gradio frontend code.
Browse files
app.py
CHANGED
@@ -14,7 +14,6 @@ def getRepoInformation(input_queries):
|
|
14 |
return repo
|
15 |
|
16 |
|
17 |
-
|
18 |
def ressurectingFrontend():
|
19 |
search = gr.Interface(
|
20 |
fn= getRepoInformation,
|
@@ -25,8 +24,8 @@ def ressurectingFrontend():
|
|
25 |
article="follow the link to github repo and our submission in bioML",
|
26 |
)
|
27 |
|
|
|
28 |
|
29 |
-
|
30 |
-
ressurectingFrontend.launch()
|
31 |
|
32 |
|
|
|
14 |
return repo
|
15 |
|
16 |
|
|
|
17 |
def ressurectingFrontend():
|
18 |
search = gr.Interface(
|
19 |
fn= getRepoInformation,
|
|
|
24 |
article="follow the link to github repo and our submission in bioML",
|
25 |
)
|
26 |
|
27 |
+
return search.launch()
|
28 |
|
29 |
+
ressurectingFrontend()
|
|
|
30 |
|
31 |
|