Update app.py
Browse files
app.py
CHANGED
@@ -36,4 +36,4 @@ gr.Interface(
|
|
36 |
allow_flagging=False,
|
37 |
allow_screenshot=False,
|
38 |
examples=examples
|
39 |
-
).launch(debug=True
|
|
|
36 |
allow_flagging=False,
|
37 |
allow_screenshot=False,
|
38 |
examples=examples
|
39 |
+
).launch(debug=True)
|