Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
# -*- coding: utf-8 -*-
|
2 |
-
"""Copy of
|
3 |
|
4 |
Automatically generated by Colaboratory.
|
5 |
|
6 |
Original file is located at
|
7 |
-
|
8 |
"""
|
9 |
|
10 |
import gradio as gr
|
@@ -157,4 +157,4 @@ iface = gr.Interface(compose,
|
|
157 |
outputs='image',
|
158 |
title=title, description=description, examples=examples)
|
159 |
|
160 |
-
iface.launch(
|
|
|
1 |
# -*- coding: utf-8 -*-
|
2 |
+
"""Copy of compose_glide.ipynb
|
3 |
|
4 |
Automatically generated by Colaboratory.
|
5 |
|
6 |
Original file is located at
|
7 |
+
https://colab.research.google.com/drive/19xx6Nu4FeiGj-TzTUFxBf-15IkeuFx_F
|
8 |
"""
|
9 |
|
10 |
import gradio as gr
|
|
|
157 |
outputs='image',
|
158 |
title=title, description=description, examples=examples)
|
159 |
|
160 |
+
iface.launch()
|