Skip to content
Snippets Groups Projects
Commit bae90de1 authored by BIRK Renaud's avatar BIRK Renaud
Browse files

clean: removing useless handle_file

parent b27fe777
No related branches found
No related tags found
No related merge requests found
import os
from gradio_client import Client, handle_file
from gradio_client import Client
class RenderController:
def get_render(self, hf_token='', text="Hello!!",
......
import os
from gradio_client import Client, handle_file
from gradio_client import Client
class SuggestController:
def get_suggest(self, hf_token='', message='', system_prompt='', temperature=.0,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment