Spaces:
Running
Running
Synced repo using 'sync_with_huggingface' Github Action
Browse filesoriginal:
- remote: "https://github.com/xiaoyao9184/docker-dall-e"
- commit: "63ce42373b2ee1f55e0110d6e1843dc91176a1a1"
sync_with_huggingface:
- repository: ""
- ref: ""
- gradio_app.py +1 -1
gradio_app.py
CHANGED
|
@@ -151,7 +151,7 @@ if '__main__' == __name__:
|
|
| 151 |
|
| 152 |
Find the original project [here](https://github.com/openai/DALL-E).
|
| 153 |
Or this project [here](https://github.com/xiaoyao9184/docker-dall-e).
|
| 154 |
-
See the [README](./blob/main/README.md) for Spaces's metadata.
|
| 155 |
""")
|
| 156 |
|
| 157 |
with gr.Tabs():
|
|
|
|
| 151 |
|
| 152 |
Find the original project [here](https://github.com/openai/DALL-E).
|
| 153 |
Or this project [here](https://github.com/xiaoyao9184/docker-dall-e).
|
| 154 |
+
See the [README](https://huggingface.co/spaces/xiaoyao9184/dall-e/blob/main/README.md) for Spaces's metadata.
|
| 155 |
""")
|
| 156 |
|
| 157 |
with gr.Tabs():
|