singhankur01 commited on
Commit
5ec7fa4
·
verified ·
1 Parent(s): 7dcad90

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -173,5 +173,5 @@ def root():
173
  return {"message": "API is running. Go to /docs for documentation."}
174
 
175
 
176
- def dummy_gradio(): return "✅ API running!"
177
- gr.Interface(fn=dummy_gradio, inputs=[], outputs="text").launch(server_name="0.0.0.0", server_port=7860)
 
173
  return {"message": "API is running. Go to /docs for documentation."}
174
 
175
 
176
+ # def dummy_gradio(): return "✅ API running!"
177
+ # gr.Interface(fn=dummy_gradio, inputs=[], outputs="text").launch(server_name="0.0.0.0", server_port=7860)