Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files
README.md
CHANGED
|
@@ -3,9 +3,7 @@ title: TBO Oracle
|
|
| 3 |
emoji: 🔮
|
| 4 |
colorFrom: green
|
| 5 |
colorTo: blue
|
| 6 |
-
sdk:
|
| 7 |
-
sdk_version: 4.44.0
|
| 8 |
-
app_file: app.py
|
| 9 |
pinned: true
|
| 10 |
license: mit
|
| 11 |
short_description: Temporal Bispectral Operator for future predictions
|
|
|
|
| 3 |
emoji: 🔮
|
| 4 |
colorFrom: green
|
| 5 |
colorTo: blue
|
| 6 |
+
sdk: docker
|
|
|
|
|
|
|
| 7 |
pinned: true
|
| 8 |
license: mit
|
| 9 |
short_description: Temporal Bispectral Operator for future predictions
|
app.py
CHANGED
|
@@ -377,4 +377,4 @@ with gr.Blocks(
|
|
| 377 |
""")
|
| 378 |
|
| 379 |
if __name__ == "__main__":
|
| 380 |
-
demo.launch()
|
|
|
|
| 377 |
""")
|
| 378 |
|
| 379 |
if __name__ == "__main__":
|
| 380 |
+
demo.launch(server_name="0.0.0.0", server_port=7860)
|