Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ def greet(link):
|
|
33 |
'''
|
34 |
#viewSoupMeta = API_Data #str(response).find("viewCount")
|
35 |
|
36 |
-
return result #soup.prettify()
|
37 |
|
38 |
|
39 |
iface = gr.Interface(fn=greet, inputs="text", outputs="text")
|
|
|
33 |
'''
|
34 |
#viewSoupMeta = API_Data #str(response).find("viewCount")
|
35 |
|
36 |
+
return response2 #result #soup.prettify()
|
37 |
|
38 |
|
39 |
iface = gr.Interface(fn=greet, inputs="text", outputs="text")
|