Spaces:
Runtime error
Runtime error
Update app3.py
Browse files
app3.py
CHANGED
|
@@ -176,5 +176,5 @@ demo = gr.Interface(
|
|
| 176 |
flagging_options=["blurry", "incorrect", "other"],
|
| 177 |
outputs=[gr.Image(label="Generated Image", type="filepath")],
|
| 178 |
)
|
| 179 |
-
|
| 180 |
demo.launch(share=True)
|
|
|
|
| 176 |
flagging_options=["blurry", "incorrect", "other"],
|
| 177 |
outputs=[gr.Image(label="Generated Image", type="filepath")],
|
| 178 |
)
|
| 179 |
+
|
| 180 |
demo.launch(share=True)
|