Nicolás Larenas commited on
Update app.py
Browse files
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(
|
|
|
|
| 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()
|