Add orx-runway (somewhat WIP and undocumented)
This commit is contained in:
9
orx-runway/src/main/kotlin/Presets.kt
Normal file
9
orx-runway/src/main/kotlin/Presets.kt
Normal file
@@ -0,0 +1,9 @@
|
||||
package org.openrndr.extra.runway
|
||||
|
||||
import com.google.gson.annotations.SerializedName
|
||||
|
||||
class CaptionRequest(val caption: String)
|
||||
class CaptionResult(val result: String)
|
||||
|
||||
class BigBiGANQuery(@SerializedName("input_image") val inputImage: String)
|
||||
class BigBiGANResult(@SerializedName("output_image") val outputImage: String)
|
||||
Reference in New Issue
Block a user