Skip to content

Commit

Permalink
Add predict.py int-test
Browse files Browse the repository at this point in the history
  • Loading branch information
8W9aG committed Jan 17, 2025
1 parent a2611e9 commit 95f8404
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
from cog import BasePredictor


class Predictor(BasePredictor):
def predict(self, s: str) -> str:
return "hello " + s

0 comments on commit 95f8404

Please sign in to comment.