Spaces:
Running
Running
yizhangliu
commited on
Commit
β’
f9e0e97
1
Parent(s):
9251ce3
Update app.py
Browse files
app.py
CHANGED
@@ -290,8 +290,8 @@ with image_blocks as demo:
|
|
290 |
btn.click(fn=predict, inputs=[image, prompt], outputs=[image_out, community_icon, loading_icon, share_button])
|
291 |
#btn.click(fn=predict, inputs=[image], outputs=[image]) #, community_icon, loading_icon, share_button])
|
292 |
share_button.click(None, [], [], _js=share_js)
|
293 |
-
|
294 |
-
|
295 |
"""
|
296 |
<div class="footer">
|
297 |
<p>Model by <a href="https://huggingface.co/runwayml" style="text-decoration: underline;" target="_blank">RunwayML</a> - Gradio Demo by π€ Hugging Face
|
|
|
290 |
btn.click(fn=predict, inputs=[image, prompt], outputs=[image_out, community_icon, loading_icon, share_button])
|
291 |
#btn.click(fn=predict, inputs=[image], outputs=[image]) #, community_icon, loading_icon, share_button])
|
292 |
share_button.click(None, [], [], _js=share_js)
|
293 |
+
|
294 |
+
gr.HTML(
|
295 |
"""
|
296 |
<div class="footer">
|
297 |
<p>Model by <a href="https://huggingface.co/runwayml" style="text-decoration: underline;" target="_blank">RunwayML</a> - Gradio Demo by π€ Hugging Face
|