AMfeta99 commited on
Commit
cce70f0
·
verified ·
1 Parent(s): 2a1f62b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -126,7 +126,7 @@ def create_gradio_interface():
126
 
127
  return demo
128
 
129
- # Launch the Gradio app (permanently)
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.