Spaces:
Runtime error
Runtime error
Upload app.py with huggingface_hub
Browse files
app.py
CHANGED
@@ -44,7 +44,6 @@ gradio = show(gradio_example,
|
|
44 |
out_type="markdown",
|
45 |
description=desc,
|
46 |
css="#advanced {display: none}"
|
47 |
-
|
48 |
)
|
49 |
if __name__ == "__main__":
|
50 |
gradio.queue().launch()
|
|
|
44 |
out_type="markdown",
|
45 |
description=desc,
|
46 |
css="#advanced {display: none}"
|
|
|
47 |
)
|
48 |
if __name__ == "__main__":
|
49 |
gradio.queue().launch()
|