David Bernat
David Bernat
I also have this issue. Error: `{TypeError}can not serialize 'spacy.tokens.span.Span' object`
For those who arrive via Google, I recommend this: ``` from twitterscraper import query_tweets_from_user import json username = "astrorobotic" filename = "{}.json".format(username) tweets = query_tweets_from_user(username) print("Found: {} tweets".format(len(tweets))) j =...
@MartinSahlen @marcelopham I can confirm the change in http.py of `from six.moves.urllib_parse import urlparse` to `from urlparse import urlparse` change worked for me using python 2.7. Though because py-cloud-fn pulls...
> `dlopen` don't need an explicit path if `LD_LIBRARY_PATH` is right set. There is another solution possible with less complex code > > ``` > import os as _os >...
(Yes. You are correct: I meant `gr.DataFrame`.) @abidlabs: Something even simpler: a DataFrame component who row/column elements can be type-enforced and CSS formatted. For instance, for the Galactica model, my...
Excellent. Did not know custom components needed to be in the gradio-app/gradio repository to be accessible. Agree. Can we link this thread to the main thread developing that extensibility? I...
Guys. Between you and me, this is a year old ticket that I already solved in prototyping, and is entirely a result of Gradio not opening up its interfaces' code....
Google Firebase offers an excellent solution to this use case. I have a useful API on the backend server data processing that handles inbound authorization requests from a Google Firebase...
I solved this problem. Please mark this issue as complete. Starlight LLC. Thanks.
Unfortunately until Google and Apple shift toward more open models of research and data in their AI division we have decided to close our doors to each company here at...