Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -126,7 +126,7 @@ def create_gradio_interface():
|
|
126 |
|
127 |
return demo
|
128 |
|
129 |
-
# Launch the Gradio app
|
130 |
demo = create_gradio_interface()
|
131 |
|
132 |
# To make it permanent and hosted, we can use Gradio's 'share' argument or host it on a server.
|
|
|
126 |
|
127 |
return demo
|
128 |
|
129 |
+
# Launch the Gradio app
|
130 |
demo = create_gradio_interface()
|
131 |
|
132 |
# To make it permanent and hosted, we can use Gradio's 'share' argument or host it on a server.
|