Update app.py
Browse files
app.py
CHANGED
@@ -48,7 +48,7 @@ def generate_output(prompt):
|
|
48 |
|
49 |
input_text = gr.inputs.Textbox(lines=5, label="Please provide the concept of your film to generate shot compositions, lighting designs, and color grading styles.")
|
50 |
|
51 |
-
iface = gr.Interface(fn=generate_output, inputs=input_text, outputs=["text", "text", "text"],
|
52 |
layout="vertical", title="CinemAI", description="Your AI assistant that generates shot compositions, lighting designs, and color grading styles.")
|
53 |
|
54 |
iface.launch()
|
|
|
48 |
|
49 |
input_text = gr.inputs.Textbox(lines=5, label="Please provide the concept of your film to generate shot compositions, lighting designs, and color grading styles.")
|
50 |
|
51 |
+
iface = gr.Interface(fn=generate_output, inputs=input_text, outputs=["text", "text", "text"], label = ["shot angles", "lighting design", "color grading"],
|
52 |
layout="vertical", title="CinemAI", description="Your AI assistant that generates shot compositions, lighting designs, and color grading styles.")
|
53 |
|
54 |
iface.launch()
|