Nicolás Larenas commited on
Commit
0fcc781
·
verified ·
1 Parent(s): 34ff159

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -1,3 +1,5 @@
 
 
1
  import asyncio
2
  import nest_asyncio
3
  from gradio_interface import create_gradio_interface
@@ -15,4 +17,4 @@ if __name__ == "__main__":
15
 
16
  # Create and launch the Gradio interface
17
  demo = create_gradio_interface()
18
- demo.launch(debug=True)
 
1
+ # app.py
2
+
3
  import asyncio
4
  import nest_asyncio
5
  from gradio_interface import create_gradio_interface
 
17
 
18
  # Create and launch the Gradio interface
19
  demo = create_gradio_interface()
20
+ demo.launch()