Spaces:
Running
on
T4
Running
on
T4
Update app.py
Browse files
app.py
CHANGED
@@ -41,7 +41,6 @@ gr.Interface(inference,
|
|
41 |
article=article,
|
42 |
examples=[['groot.jpeg', "2x"]],
|
43 |
allow_flagging='never',
|
44 |
-
theme="default",
|
45 |
cache_examples=False,
|
46 |
).queue().launch(show_error=True)
|
47 |
|
|
|
41 |
article=article,
|
42 |
examples=[['groot.jpeg', "2x"]],
|
43 |
allow_flagging='never',
|
|
|
44 |
cache_examples=False,
|
45 |
).queue().launch(show_error=True)
|
46 |
|