Spaces:
Running
Running
Commit
·
087080b
1
Parent(s):
c05536c
Update app.py
Browse files
app.py
CHANGED
@@ -114,13 +114,13 @@ iface = gr.Interface(
|
|
114 |
- You can find example prompts [here](LINK_TO_EXAMPLE_PROMPTS).
|
115 |
|
116 |
## Demonstration
|
117 |
-
This demonstration is running on the [makeai.run API](
|
118 |
|
119 |
## Acknowledgements
|
120 |
-
Thanks to [Redmond.ai](
|
121 |
""",
|
122 |
allow_flagging='never'
|
123 |
)
|
124 |
|
125 |
# Launch the app
|
126 |
-
iface.launch(
|
|
|
114 |
- You can find example prompts [here](LINK_TO_EXAMPLE_PROMPTS).
|
115 |
|
116 |
## Demonstration
|
117 |
+
This demonstration is running on the [makeai.run API](https://www.makeai.run/).
|
118 |
|
119 |
## Acknowledgements
|
120 |
+
Thanks to [Redmond.ai](https://redmond.ai/) for providing GPU Time and sponsoring this model.
|
121 |
""",
|
122 |
allow_flagging='never'
|
123 |
)
|
124 |
|
125 |
# Launch the app
|
126 |
+
iface.launch()
|