Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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)
|