Skip to content

Commit

Permalink
fix examples
Browse files Browse the repository at this point in the history
  • Loading branch information
micpst committed Sep 4, 2024
1 parent 29b15a0 commit b433d0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/visualize_fallback_code.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ async def main():

user_collection.set_fallback(fallback_collection).set_fallback(second_fallback_collection)

gradio_interface = await create_gradio_interface(user_collection=user_collection)
gradio_interface = create_gradio_interface(user_collection)
gradio_interface.launch()


Expand Down

0 comments on commit b433d0c

Please sign in to comment.