You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it could be useful to allow initialising a Gradio tool using a direct URL. This would allow people to use Gradio tools that are hosted outside of the Hub. We could potentially also explore if this plays together well with Tool.from_spaces where we internally use gr.load("gradio/question-answering", src="spaces").launch() to launch a local version of the Space of choice.
The text was updated successfully, but these errors were encountered:
@davidberenstein1957Tool.from_gradiodid exist in transformers.agent, I removed it when creating smolagents because it felt like a less practical version of Tool.from_space and it had bugs, but happy to re-open it if you want to take a look! 😃
I think it could be useful to allow initialising a Gradio tool using a direct URL. This would allow people to use Gradio tools that are hosted outside of the Hub. We could potentially also explore if this plays together well with
Tool.from_spaces
where we internally usegr.load("gradio/question-answering", src="spaces").launch()
to launch a local version of the Space of choice.The text was updated successfully, but these errors were encountered: