Spaces:
Sleeping
Sleeping
Rename app (2).py to app.py
Browse files- app (2).py → app.py +1 -1
app (2).py → app.py
RENAMED
|
@@ -181,4 +181,4 @@ if __name__ == '__main__':
|
|
| 181 |
inputs=[gr_input_image, gr_model, gr_threshold, gr_space, gr_escape, gr_confidence, gr_order],
|
| 182 |
outputs=[gr_ratings, gr_output_text, gr_tags],
|
| 183 |
)
|
| 184 |
-
demo.
|
|
|
|
| 181 |
inputs=[gr_input_image, gr_model, gr_threshold, gr_space, gr_escape, gr_confidence, gr_order],
|
| 182 |
outputs=[gr_ratings, gr_output_text, gr_tags],
|
| 183 |
)
|
| 184 |
+
demo.launch()
|