Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
feng2022
/
Time-TravelRephotography
like
2
Runtime error
App
Files
Files
Community
5
feng2022
commited on
Aug 16, 2022
Commit
f362ec9
•
1 Parent(s):
6443665
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -65,7 +65,7 @@ def main():
65
fn=predict,
66
inputs='text',
67
outputs='text',
68
-
examples=[
[
f'
{
result
}
']
]
69
)
70
71
iface.launch()
65
fn=predict,
66
inputs='text',
67
outputs='text',
68
+
examples=[f'result']
69
)
70
71
iface.launch()