Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -18,4 +18,6 @@ demo = gr.Interface(
|
|
| 18 |
theme=gr.themes.Soft(primary_hue="emerald", secondary_hue="teal")
|
| 19 |
)
|
| 20 |
|
| 21 |
-
demo.launch()
|
|
|
|
|
|
|
|
|
| 18 |
theme=gr.themes.Soft(primary_hue="emerald", secondary_hue="teal")
|
| 19 |
)
|
| 20 |
|
| 21 |
+
demo.launch(show_api=False, share=True)
|
| 22 |
+
print("App running successfully - built by Karthik")
|
| 23 |
+
|