Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -88,7 +88,7 @@ iface = gr.Interface(
|
|
| 88 |
gr.Textbox(label="Buttons/Functions to Test (comma-separated)", placeholder="e.g., booking, cancel"),
|
| 89 |
],
|
| 90 |
outputs="text",
|
| 91 |
-
title="
|
| 92 |
description="Upload a video and specify the buttons you want to test. The tool will generate structured test cases."
|
| 93 |
)
|
| 94 |
|
|
|
|
| 88 |
gr.Textbox(label="Buttons/Functions to Test (comma-separated)", placeholder="e.g., booking, cancel"),
|
| 89 |
],
|
| 90 |
outputs="text",
|
| 91 |
+
title="Video-to-Test Case Generator with Google Gemini",
|
| 92 |
description="Upload a video and specify the buttons you want to test. The tool will generate structured test cases."
|
| 93 |
)
|
| 94 |
|