mirror of
https://github.com/gradio-app/gradio.git
synced 2024-12-21 02:19:59 +08:00
test fixes
This commit is contained in:
parent
e4fb739fd2
commit
132281f8a0
@ -3,7 +3,6 @@
|
||||
import gradio as gr
|
||||
|
||||
def sentence_builder(quantity, animal, place, activity_list, morning):
|
||||
print(quantity, type(quantity), animal, type(animal), place, type(place), activity_list, type(activity_list), type(activity_list[0]), morning, type(morning), )
|
||||
return f"""The {quantity} {animal}s went to the {place} where they {" and ".join(activity_list)} until the {"morning" if morning else "night"}"""
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user