Mohamed Abdelfattah
Mohamed Abdelfattah
Is there a way to convert the params.pkl file to a mesh?
# Before submitting - [x] Was this discussed/approved via a Github issue? (no need for typos, doc improvements) Yes this was, bug issue #5012 - [x] Did you read the...
Assuming I would like to return a file or a path for a file that isn't a valid media type. For instance ``` predict(self, src_video: Path = Input(description="Video"), ) ->...
Error Trace [ 91%] Building CXX object libgrive/CMakeFiles/unittest.dir/test/util/ConfigTest.cc.o /usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: /usr/lib64/libcurl.so: undefined reference to symbol 'inflateEnd' /usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: /lib64/libz.so.1: error adding symbols: DSO missing from command line collect2: error: ld returned 1...
I don't have "A base URL to upload output files to. [src](https://github.com/replicate/cog/blob/main/docs/http.md)" How can I possibly retrieve the file as a response? I used the example [here](https://github.com/replicate/cog/blob/main/docs/python.md#file) ``` from cog...