Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
import gradio as gr
|
| 2 |
from gui import create_interface
|
| 3 |
|
| 4 |
-
|
| 5 |
-
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
from gui import create_interface
|
| 3 |
|
| 4 |
+
app = create_interface()
|
| 5 |
+
app.launch(server_name="0.0.0.0", server_port=7860)
|