hanifi commited on
Commit
44a8f67
·
verified ·
1 Parent(s): 1fd1920

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -744,8 +744,6 @@ def search(query: str) -> List[Hit]:
744
  ```
745
  """
746
 
747
- !pip install -q gradio
748
-
749
  import gradio as gr
750
  from typing import TypedDict
751
 
@@ -816,8 +814,6 @@ IMPORTANT!!! You can get this URL from:
816
  An example URL (not for our task) is: https://stabilityai-stable-diffusion-3-5-large.hf.space (from https://huggingface.co/spaces/stabilityai/stable-diffusion-3.5-large)
817
  """
818
 
819
- !pip freeze > requirements.txt
820
-
821
  hf_space_url: Optional[str] = None # Store your created Huggingface Space URL in this variable
822
  ## YOUR_CODE_STARTS_HERE
823
  hf_space_url = "https://huggingface.co/spaces/hanifi/NLP4WEB-HW1"
 
744
  ```
745
  """
746
 
 
 
747
  import gradio as gr
748
  from typing import TypedDict
749
 
 
814
  An example URL (not for our task) is: https://stabilityai-stable-diffusion-3-5-large.hf.space (from https://huggingface.co/spaces/stabilityai/stable-diffusion-3.5-large)
815
  """
816
 
 
 
817
  hf_space_url: Optional[str] = None # Store your created Huggingface Space URL in this variable
818
  ## YOUR_CODE_STARTS_HERE
819
  hf_space_url = "https://huggingface.co/spaces/hanifi/NLP4WEB-HW1"