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 17, 2022
Commit
4ad69d5
•
1 Parent(s):
c405107
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -89,7 +89,7 @@ def main():
89
90
iface = gr.Interface(
91
fn=predict,
92
-
,
93
outputs='text',
94
examples=['result']
95
)
89
90
iface = gr.Interface(
91
fn=predict,
92
+
inputs='text'
,
93
outputs='text',
94
examples=['result']
95
)