Spaces:
Sleeping
Sleeping
Commit ·
13174d7
1
Parent(s): 37c1238
Update app.py
Browse files
app.py
CHANGED
|
@@ -154,4 +154,4 @@ def greet_user(name):
|
|
| 154 |
return image_output_class
|
| 155 |
|
| 156 |
app = gd.Interface(fn = greet_user, inputs='image', outputs='text')
|
| 157 |
-
app.launch(
|
|
|
|
| 154 |
return image_output_class
|
| 155 |
|
| 156 |
app = gd.Interface(fn = greet_user, inputs='image', outputs='text')
|
| 157 |
+
app.launch()
|