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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
from gradio_client import Client
client = Client("http://127.0.0.1:7860/")
result = client.predict(
"Howdy!", # str in 'Input' Textbox component
"null", # str (filepath to JSON file) in 'Qwen-7B-Chat' Chatbot component
fn_index=0
)
print(result)
这里面的“null”指的是哪个文件?
Beta Was this translation helpful? Give feedback.
All reactions