artificialguybr commited on
Commit
087080b
1 Parent(s): c05536c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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](LINK_TO_MAKEAI.RUN_API).
118
 
119
  ## Acknowledgements
120
- Thanks to [Redmond.ai](LINK_TO_REDMOND.AI) for providing GPU Time and sponsoring this model.
121
  """,
122
  allow_flagging='never'
123
  )
124
 
125
  # Launch the app
126
- iface.launch(debug=True)
 
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()