Spaces:
Runtime error
Runtime error
Initial commit
#2
by
nijabathas13
- opened
app.py
CHANGED
|
@@ -122,7 +122,7 @@ def inference(
|
|
| 122 |
)
|
| 123 |
return out.images[0] # type: ignore
|
| 124 |
|
| 125 |
-
|
| 126 |
with gr.Blocks() as blocks:
|
| 127 |
gr.Markdown(
|
| 128 |
"""
|
|
|
|
| 122 |
)
|
| 123 |
return out.images[0] # type: ignore
|
| 124 |
|
| 125 |
+
#Added the test cases for UI elements
|
| 126 |
with gr.Blocks() as blocks:
|
| 127 |
gr.Markdown(
|
| 128 |
"""
|