Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -38,14 +38,6 @@ A returned black image means that the [Safety Checker](https://huggingface.co/Co
|
|
38 |
the huggingface logo or variations), but we need to keep it in for obvious reasons.
|
39 |
"""
|
40 |
|
41 |
-
iface = gr.Interface(fn=f,
|
42 |
-
inputs=['number'],
|
43 |
-
# examples = examples,
|
44 |
-
outputs="number",
|
45 |
-
description=description,
|
46 |
-
article=article)
|
47 |
-
iface.launch()
|
48 |
-
|
49 |
|
50 |
with demo:
|
51 |
gr.Markdown(description)
|
|
|
38 |
the huggingface logo or variations), but we need to keep it in for obvious reasons.
|
39 |
"""
|
40 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
41 |
|
42 |
with demo:
|
43 |
gr.Markdown(description)
|