SilvioLima commited on
Commit
fd2eb05
·
verified ·
1 Parent(s): 2fce150

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -122,4 +122,4 @@ with gr.Blocks(title="FastAPI + Gradio Integrado") as demo:
122
 
123
  # --- Para funcionar no Hugging Face Spaces ---
124
  if __name__ == "__main__":
125
- demo.launch(share=True)
 
122
 
123
  # --- Para funcionar no Hugging Face Spaces ---
124
  if __name__ == "__main__":
125
+ demo.launch()