Spaces:
Runtime error
Runtime error
Delete DockerApp.py.old
Browse files- DockerApp.py.old +0 -14
DockerApp.py.old
DELETED
@@ -1,14 +0,0 @@
|
|
1 |
-
import gradio as gr
|
2 |
-
|
3 |
-
block = gr.Blocks()
|
4 |
-
|
5 |
-
def run():
|
6 |
-
with block:
|
7 |
-
gr.Markdown(
|
8 |
-
"""
|
9 |
-
<p>Something Broke on the hugging face servers...temp solution</p>
|
10 |
-
""")
|
11 |
-
block.launch(server_name="0.0.0.0", server_port=7860)
|
12 |
-
|
13 |
-
if __name__ == "__main__":
|
14 |
-
run()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|