Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -87,4 +87,4 @@ radiotest = gr.Interface(fn=infere, inputs="image", outputs="text", title=title,
|
|
87 |
description=desc, article=long_desc)
|
88 |
|
89 |
# Launch the Gradio interface and share it
|
90 |
-
radiotest.launch(
|
|
|
87 |
description=desc, article=long_desc)
|
88 |
|
89 |
# Launch the Gradio interface and share it
|
90 |
+
radiotest.launch()
|