Spaces:
Sleeping
Sleeping
Commit ·
1efee0c
1
Parent(s): 6a8c601
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(share=True)
|