Spaces:
Sleeping
Sleeping
Update app.py
Browse filesremoved share true
app.py
CHANGED
|
@@ -44,4 +44,4 @@ with gr.Blocks() as demo:
|
|
| 44 |
# gr.Examples(["My name is Clara and I am"], inputs=[seed])
|
| 45 |
|
| 46 |
if __name__ == "__main__":
|
| 47 |
-
demo.launch(
|
|
|
|
| 44 |
# gr.Examples(["My name is Clara and I am"], inputs=[seed])
|
| 45 |
|
| 46 |
if __name__ == "__main__":
|
| 47 |
+
demo.launch()
|