Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
|
| 2 |
import gradio as gr
|
| 3 |
import pandas as pd
|
| 4 |
import numpy as np
|
|
@@ -236,4 +236,4 @@ def main_interface():
|
|
| 236 |
if __name__ == "__main__":
|
| 237 |
main_interface().launch(server_name="0.0.0.0", server_port=7860, share=False)
|
| 238 |
|
| 239 |
-
|
|
|
|
| 1 |
+
|
| 2 |
import gradio as gr
|
| 3 |
import pandas as pd
|
| 4 |
import numpy as np
|
|
|
|
| 236 |
if __name__ == "__main__":
|
| 237 |
main_interface().launch(server_name="0.0.0.0", server_port=7860, share=False)
|
| 238 |
|
| 239 |
+
|