astro21 commited on
Commit
f0881ee
·
1 Parent(s): 710daa8

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +0 -3
main.py CHANGED
@@ -1,12 +1,9 @@
1
  from fastapi import FastAPI, HTTPException
2
  from typing import Dict
3
- import logging
4
  import httpx
5
 
6
  app = FastAPI()
7
 
8
- logging.basicConfig(level=logging.DEBUG)
9
-
10
  # Define the Gradio API endpoint
11
  gradio_api_url = "https://astro21-test-2.hf.space/--replicas/x5m8s/"
12
 
 
1
  from fastapi import FastAPI, HTTPException
2
  from typing import Dict
 
3
  import httpx
4
 
5
  app = FastAPI()
6
 
 
 
7
  # Define the Gradio API endpoint
8
  gradio_api_url = "https://astro21-test-2.hf.space/--replicas/x5m8s/"
9